征求意见流程 bug修复
This commit is contained in:
@@ -38,6 +38,9 @@ public class Step8After implements TaskListener {
|
||||
|
||||
String prcName =delegateTask.getVariable("cid")+"-标准征求意见流程";
|
||||
|
||||
List<String> user1=new ArrayList<>();
|
||||
delegateTask.setVariable("user7",user1);
|
||||
|
||||
if (null==delegateTask.getVariable("bdCount")){
|
||||
delegateTask.setVariable("bdCount",1);
|
||||
}else {
|
||||
|
||||
Reference in New Issue
Block a user