Commit 019588d9 by huangfusuper

停止设置结束时间

parent b6294778
...@@ -436,6 +436,7 @@ public class FlowServiceImpl implements FlowService { ...@@ -436,6 +436,7 @@ public class FlowServiceImpl implements FlowService {
//将未完成的运行实例设置为完成且杀死 //将未完成的运行实例设置为完成且杀死
runRecording.setFlowStatus("4"); runRecording.setFlowStatus("4");
runRecording.setFlowRunResult("5"); runRecording.setFlowRunResult("5");
runRecording.setEndTime(new Date());
runRecordingMapper.updateRunRecordingById(runRecording); runRecordingMapper.updateRunRecordingById(runRecording);
}); });
//杀死所有的任务 //杀死所有的任务
......
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