Commit fc0c2f39 by huangfusuper

做验证打包

parent a6a8a75c
...@@ -494,6 +494,10 @@ public class FlowServiceImpl implements FlowService { ...@@ -494,6 +494,10 @@ public class FlowServiceImpl implements FlowService {
if (!killJob(jobTaskRunLog.getLogId(), jobTaskRunLog.getJobGroupIp(), jobTaskRunLog.getNodeName(), errorMsg)) { if (!killJob(jobTaskRunLog.getLogId(), jobTaskRunLog.getJobGroupIp(), jobTaskRunLog.getNodeName(), errorMsg)) {
result = false; result = false;
} }
jobTaskRunLog.setRunCode("2");
jobTaskRunLog.setRunMsg("节点被杀死!");
jobTaskRunLog.setEndTime(new Date());
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