Commit c3c29ba3 by 穆龙飞

modify:增加取消原因字段

parent d319b272
......@@ -730,6 +730,7 @@ public class ChangeFlowBiz {
log.debug("[detail] detail:{}", JSON.toJSONString(changeRecord));
ChangeFlowVO changeFlowVO = new ChangeFlowVO();
changeFlowVO.setId(changeRecord.getId());
changeFlowVO.setCancelReason(changeRecord.getCancelReason());
changeFlowVO.setFlowId(changeRecord.getFlowId());
changeFlowVO.setParentChangeClassId(changeRecord.getParentChangeClassId());
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