Commit c3c29ba3 by 穆龙飞

modify:增加取消原因字段

parent d319b272
Pipeline #43921 passed with stages
in 2 minutes 21 seconds
...@@ -730,6 +730,7 @@ public class ChangeFlowBiz { ...@@ -730,6 +730,7 @@ public class ChangeFlowBiz {
log.debug("[detail] detail:{}", JSON.toJSONString(changeRecord)); log.debug("[detail] detail:{}", JSON.toJSONString(changeRecord));
ChangeFlowVO changeFlowVO = new ChangeFlowVO(); ChangeFlowVO changeFlowVO = new ChangeFlowVO();
changeFlowVO.setId(changeRecord.getId()); changeFlowVO.setId(changeRecord.getId());
changeFlowVO.setCancelReason(changeRecord.getCancelReason());
changeFlowVO.setFlowId(changeRecord.getFlowId()); changeFlowVO.setFlowId(changeRecord.getFlowId());
changeFlowVO.setParentChangeClassId(changeRecord.getParentChangeClassId()); changeFlowVO.setParentChangeClassId(changeRecord.getParentChangeClassId());
changeFlowVO.setSonChangeClassId(changeRecord.getSonChangeClassId()); changeFlowVO.setSonChangeClassId(changeRecord.getSonChangeClassId());
......
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