Commit fb20e308 by huangfusuper

快速失败为

parent 74e33d68
...@@ -54,6 +54,7 @@ public class FastRunLogServiceImpl implements FastRunLogService { ...@@ -54,6 +54,7 @@ public class FastRunLogServiceImpl implements FastRunLogService {
} }
jobTaskRunLog.setLogId(mythJobTaskSchedule.getLogId()); jobTaskRunLog.setLogId(mythJobTaskSchedule.getLogId());
jobTaskRunLog.setScriptUrls(mythJobTaskSchedule.getScriptUrls());
jobTaskRunLog.setVersionName(mythJobTaskSchedule.getVersionName()); jobTaskRunLog.setVersionName(mythJobTaskSchedule.getVersionName());
jobTaskRunLog.setRunType(RunTypeEnum.EXECUTIVE_MACHINE_RUN.getCode()); jobTaskRunLog.setRunType(RunTypeEnum.EXECUTIVE_MACHINE_RUN.getCode());
jobTaskRunLog.setJobType(mythJobTaskSchedule.getJobType()); jobTaskRunLog.setJobType(mythJobTaskSchedule.getJobType());
......
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