Commit a35df38a by huangfusuper

修正节点统计的BUG

parent f19f7825
......@@ -71,6 +71,7 @@ public class RunRecordingAndJobTaskServiceImpl implements RunRecordingAndJobTask
Flow mainFlow = flowService.findFlowById(jobTask.getFlowId());
//内嵌工作流
Flow virFlow = flowService.findFlowById(mapFlowId);
virFlow.setScanMark("2");
RunRecording mainRecording = runRecordingService.findRunRecordingByFlowIdAndRunId(jobTask.getFlowId(), jobTask.getRunId());
//查看是否跟随工作流
......
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