标准征求意见 - 流程逻辑 bug
This commit is contained in:
+1
-2
@@ -98,9 +98,8 @@ public class MinisterAndDockerSignAfter implements TaskListener {
|
|||||||
|
|
||||||
Integer count=delegateTask.getVariable("task3OKCount",Integer.class);
|
Integer count=delegateTask.getVariable("task3OKCount",Integer.class);
|
||||||
List<String> userList=delegateTask.getVariable("userList",List.class);
|
List<String> userList=delegateTask.getVariable("userList",List.class);
|
||||||
|
if(count==null)count=0;
|
||||||
if(delegateTask.getVariable("actionFlag",Integer.class)==0){
|
if(delegateTask.getVariable("actionFlag",Integer.class)==0){
|
||||||
if(count==null)count=0;
|
|
||||||
count++;
|
count++;
|
||||||
delegateTask.setVariable("task3OKCount",count);
|
delegateTask.setVariable("task3OKCount",count);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user