Commit c2ebb8f1 by huangfusuper

增加开始时间

parent 96e5fb9e
...@@ -102,6 +102,7 @@ public class ApiNodeServiceImpl implements ApiNodeService { ...@@ -102,6 +102,7 @@ public class ApiNodeServiceImpl implements ApiNodeService {
JobTaskRunLogWithBLOBs jobTaskRunLog = new JobTaskRunLogWithBLOBs(); JobTaskRunLogWithBLOBs jobTaskRunLog = new JobTaskRunLogWithBLOBs();
BeanUtils.copyProperties(schedule, jobTaskRunLog); BeanUtils.copyProperties(schedule, jobTaskRunLog);
jobTaskRunLog.setStartTime(new Date());
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