Commit 42d5e309 by guominglei

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

parents 0ff927b5 db9669db
......@@ -67,6 +67,7 @@ public class MakeUpFlowThreadRunHelper extends BaseThreadRunHelper {
}
boolean runRecordingIsRunning = runRecordingService.findRunRecordingIsRunning(value.getFlowId());
log.info("-------{}的运行状态为{}",value,runRecordingIsRunning);
log.info("==================================================的运行状态为{}======================================" ,runRecordingIsRunning);
if(!runRecordingIsRunning){
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