Commit 29ddf50f by huangfusuper

Merge remote-tracking branch 'origin/developer' into developer

parents 5a7126fa 14b49e56
...@@ -597,6 +597,7 @@ public class ApiFlowServiceImpl implements ApiFlowService { ...@@ -597,6 +597,7 @@ public class ApiFlowServiceImpl implements ApiFlowService {
newRunRecording.setEndTime(null); newRunRecording.setEndTime(null);
//设置实例下节点数目 //设置实例下节点数目
newRunRecording.setFlowNodeCount(scheduleNodeCount); newRunRecording.setFlowNodeCount(scheduleNodeCount);
newRunRecording.setRecordingId(null);
return newRunRecording; return newRunRecording;
} }
......
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