Commit cea5447f by huangfusuper

杀死工作流依旧报警

parent 582e6af5
...@@ -437,6 +437,7 @@ public class FlowServiceImpl implements FlowService { ...@@ -437,6 +437,7 @@ public class FlowServiceImpl implements FlowService {
runRecording.setFlowStatus("4"); runRecording.setFlowStatus("4");
runRecording.setFlowRunResult("5"); runRecording.setFlowRunResult("5");
runRecording.setEndTime(new Date()); runRecording.setEndTime(new Date());
runRecording.setIsAlarm("1");
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