1.优化通过方法指定负责人

main
yitonglei 3 years ago
parent 7fdcfa966b
commit fb6157f2a6
  1. 3
      lab-plugin/lab-workflow/src/main/java/org/springblade/plugin/homepage/flowutil/TaskNodeUtil.java

@ -10,11 +10,12 @@ import org.springframework.stereotype.Component;
* @Date 2023/2/18 0018 9:54
*/
@Component
@Component(value="taskNodeUtil")
public class TaskNodeUtil {
//将运维公司指定为节点办理人
public String setCompanyToAssignee(DelegateExecution execution){
System.out.println("tong过方法将运维公司指定为节点办理人");
String assignee = "";
Object yunweigongsi = execution.getVariable("yunweigongsi");

Loading…
Cancel
Save