Commit 964bf59b by guo_minglei@163.com

添加工作流版本

parent 368dc758
......@@ -522,6 +522,7 @@ public class ApiFlowServiceImpl implements ApiFlowService {
RunRecording newRunRecording = new RunRecording();
BeanUtils.copyProperties(flow, newRunRecording);
newRunRecording.setFlowVersionName(flow.getVersionName());
newRunRecording.setTriggerTime(triggerTime);
newRunRecording.setReRunId(runRecording.getRunId());
newRunRecording.setRunId(reRunId);
......
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