Commit 4ec9e6f4 by “zcwang”

modify: 变更节点更新变更时间

parent 6697bf42
...@@ -153,6 +153,7 @@ public class ChangeFlowBiz { ...@@ -153,6 +153,7 @@ public class ChangeFlowBiz {
} }
// 更新节点id // 更新节点id
changeRecord.setFlowNode(nodeId); changeRecord.setFlowNode(nodeId);
changeRecord.setUpdateTime(DateUtils.getCurrentTime());
changeFlowService.updateRecord(changeRecord); changeFlowService.updateRecord(changeRecord);
return flowId; return flowId;
} }
......
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