重启流程
This commit is contained in:
@@ -78,7 +78,7 @@ public class ReLaunchAfter implements TaskListener {
|
|||||||
busProcessNew.setCommitText(object.getString("commentText"));
|
busProcessNew.setCommitText(object.getString("commentText"));
|
||||||
busProcessNew.setFinishFlag("0");
|
busProcessNew.setFinishFlag("0");
|
||||||
busProcessNew.setTaskInfo(delegateTask.getName());
|
busProcessNew.setTaskInfo(delegateTask.getName());
|
||||||
busBean.save(busProcessNew);
|
busBean.saveOrUpdate(busProcessNew);
|
||||||
|
|
||||||
if(nextUserList != null && !nextUserList.isEmpty()){
|
if(nextUserList != null && !nextUserList.isEmpty()){
|
||||||
for(String nextUser : nextUserList){
|
for(String nextUser : nextUserList){
|
||||||
|
|||||||
Reference in New Issue
Block a user