重启流程

This commit is contained in:
zhaokaiyao@91isoft.com
2021-11-04 17:59:38 +08:00
parent 398ab48120
commit 9c14008801
@@ -78,7 +78,7 @@ public class ReLaunchAfter implements TaskListener {
busProcessNew.setCommitText(object.getString("commentText"));
busProcessNew.setFinishFlag("0");
busProcessNew.setTaskInfo(delegateTask.getName());
busBean.save(busProcessNew);
busBean.saveOrUpdate(busProcessNew);
if(nextUserList != null && !nextUserList.isEmpty()){
for(String nextUser : nextUserList){