Commit 93498e54 by huangfusuper

··

parent 510d14d8
...@@ -66,6 +66,7 @@ public class MakeUpFlowThreadRunHelper extends BaseThreadRunHelper { ...@@ -66,6 +66,7 @@ public class MakeUpFlowThreadRunHelper extends BaseThreadRunHelper {
e.printStackTrace(); e.printStackTrace();
} }
boolean runRecordingIsRunning = runRecordingService.findRunRecordingIsRunning(value.getFlowId()); boolean runRecordingIsRunning = runRecordingService.findRunRecordingIsRunning(value.getFlowId());
log.info("-------{}的运行状态为{}",value,runRecordingIsRunning);
if(!runRecordingIsRunning){ if(!runRecordingIsRunning){
runRecordingAndJobTaskService.updateRunRecordingAndTask(value); runRecordingAndJobTaskService.updateRunRecordingAndTask(value);
} }
......
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