Commit d7ea8e35 by 王志超

feat: 流程变更返回新的topo流程id

parent 3d2a9de4
Pipeline #86041 passed with stages
in 1 minute 13 seconds
...@@ -1137,7 +1137,7 @@ public class ChangeFlowBiz { ...@@ -1137,7 +1137,7 @@ public class ChangeFlowBiz {
changeFlowVO.setChangeConfirmResultTime(changeRecord.getChangeConfirmResultTime()); changeFlowVO.setChangeConfirmResultTime(changeRecord.getChangeConfirmResultTime());
changeFlowVO.setChangeResult(changeRecord.getChangeResult()); changeFlowVO.setChangeResult(changeRecord.getChangeResult());
changeFlowVO.setChangeResultDesc(changeRecord.getChangeResultDesc()); changeFlowVO.setChangeResultDesc(changeRecord.getChangeResultDesc());
changeFlowVO.setTopoId(ChangeFlowEnum.CHANGE_FLOW.getTopoId()); changeFlowVO.setTopoId(ChangeFlowEnum.NEW_CHANGE_FLOW.getTopoId());
try { try {
Set<String> commanderList = new HashSet<>(); Set<String> commanderList = new HashSet<>();
commanderList.add(changeRecord.getChangeCommander()); commanderList.add(changeRecord.getChangeCommander());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment