fix: 年度制修订-下发工作组/所联络人报错

This commit is contained in:
2023-12-08 15:15:22 +08:00
parent 50f7970195
commit 92ef122f54
@@ -167,8 +167,8 @@ public class ProcessEsAnnualReportServiceImpl extends ServiceImpl<ProcessEsAnnua
// 将workGroupUserList从逗号拼接转为List
List<String> workGroupUserList = StrUtil.split(workGroupUsers, ',');
// 设置流程变量
taskService.setVariableLocal(taskId, "workGroupUserList", workGroupUserList);
taskService.setVariableLocal(taskId, "contactUserLeaderLeader", contactUserLeaderLeader);
taskService.setVariable(taskId, "workGroupUserList", workGroupUserList);
taskService.setVariable(taskId, "contactUserLeaderLeader", contactUserLeaderLeader);
} else {
// 获取执行id
String executionId = task.getExecutionId();