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