流程图表达式空指针bug
This commit is contained in:
+1
@@ -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总院标准法规部产品标准工程师/各事业部标准法规部参数不存在,请配置相关用户");
|
||||
}
|
||||
|
||||
+1
@@ -82,6 +82,7 @@ public class BussLibraryProduct8After implements TaskListener{
|
||||
//设置下个审定节点操作人数量+通过人数量
|
||||
delegateTask.setVariable("approveUserSize",nextUserList.size());
|
||||
delegateTask.setVariable("approveUserThrough",0);
|
||||
delegateTask.setVariable("approveReject",0);
|
||||
}
|
||||
|
||||
}else {
|
||||
|
||||
Reference in New Issue
Block a user