Commit 16d7244e by huangfusuper

增加开始时间

parent e2653a46
...@@ -104,6 +104,8 @@ public class ApiNodeServiceImpl implements ApiNodeService { ...@@ -104,6 +104,8 @@ public class ApiNodeServiceImpl implements ApiNodeService {
BeanUtils.copyProperties(schedule, jobTaskRunLog); BeanUtils.copyProperties(schedule, jobTaskRunLog);
jobTaskRunLog.setStartTime(new Date()); jobTaskRunLog.setStartTime(new Date());
jobTaskRunLog.setTriggerTime(new Date()); jobTaskRunLog.setTriggerTime(new Date());
jobTaskRunLog.setRunParams(runNode.getRunParam());
jobTaskRunLog.setRunCommand(runNode.getRunCmd());
jobTaskRunLogService.saveJobTaskRunLog(jobTaskRunLog); jobTaskRunLogService.saveJobTaskRunLog(jobTaskRunLog);
//获取日志id //获取日志id
......
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