Commit 80c055fc by huangfusuper

开始

parent 06a8fe4e
...@@ -497,6 +497,9 @@ public class FlowServiceImpl implements FlowService { ...@@ -497,6 +497,9 @@ public class FlowServiceImpl implements FlowService {
jobTaskRunLog.setRunCode("2"); jobTaskRunLog.setRunCode("2");
jobTaskRunLog.setRunMsg("节点被杀死!"); jobTaskRunLog.setRunMsg("节点被杀死!");
jobTaskRunLog.setEndTime(new Date()); jobTaskRunLog.setEndTime(new Date());
if (jobTaskRunLog.getStartTime() == null) {
jobTaskRunLog.setEndTime(new Date());
}
jobTaskRunLogMapper.updateJobTaskRunLog(jobTaskRunLog); jobTaskRunLogMapper.updateJobTaskRunLog(jobTaskRunLog);
} }
} }
......
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