Merge branch 'develop' into 'FOTON'
调研流程丢数据bug修复---》未做多实例修改操作 See merge request foton-wkflow-group/foton-wkflow-rest!79
This commit is contained in:
+2
-2
@@ -111,7 +111,7 @@ public class SelectResponsibleUserAfter implements TaskListener {
|
|||||||
count++;
|
count++;
|
||||||
delegateTask.setVariable("selectResponCount",count);
|
delegateTask.setVariable("selectResponCount",count);
|
||||||
|
|
||||||
// if(count>=delegateTask.getVariable("dockUserList",List.class).size()){
|
if(count>=delegateTask.getVariable("dockUserList",List.class).size()){
|
||||||
if(!responUserList.isEmpty()){
|
if(!responUserList.isEmpty()){
|
||||||
for (int i = 0; i < responUserList.size(); i++) {
|
for (int i = 0; i < responUserList.size(); i++) {
|
||||||
JSONObject jsonObject = responUserList.getJSONObject(i);
|
JSONObject jsonObject = responUserList.getJSONObject(i);
|
||||||
@@ -127,7 +127,7 @@ public class SelectResponsibleUserAfter implements TaskListener {
|
|||||||
busProcessNewNext.setPrcName(prcName);
|
busProcessNewNext.setPrcName(prcName);
|
||||||
busBean.save(busProcessNewNext);
|
busBean.save(busProcessNewNext);
|
||||||
}
|
}
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
// throw new ActivitiException("dahsdgadiauhfugauyfgqffiygv");
|
// throw new ActivitiException("dahsdgadiauhfugauyfgqffiygv");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user