fix: job 执行结束修改结束时间
This commit is contained in:
@@ -246,7 +246,7 @@ public class JobPlaybookExecResultChecker extends QuartzJobBean {
|
||||
}
|
||||
}
|
||||
job.setStatus(value);
|
||||
job.setUpdateTimestamp(System.currentTimeMillis());
|
||||
job.setEndTimestamp(System.currentTimeMillis());
|
||||
jobService.updateById(job);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user