流程图表达式空指针bug

This commit is contained in:
CD
2022-12-08 18:11:48 +08:00
parent 171602314c
commit e96a328dcf
2 changed files with 2 additions and 0 deletions
@@ -80,6 +80,7 @@ public class BussLibraryProduct7After implements TaskListener{
//设置下个审批节点操作人数量+通过人数量
delegateTask.setVariable("auditUserSize",nextUserList.size());
delegateTask.setVariable("auditUserThrough",0);
delegateTask.setVariable("auditReject",0);
}else {
throw new ActivitiException("1#2总院标准法规部产品标准工程师/各事业部标准法规部参数不存在,请配置相关用户");
}
@@ -82,6 +82,7 @@ public class BussLibraryProduct8After implements TaskListener{
//设置下个审定节点操作人数量+通过人数量
delegateTask.setVariable("approveUserSize",nextUserList.size());
delegateTask.setVariable("approveUserThrough",0);
delegateTask.setVariable("approveReject",0);
}
}else {