Skip to content

Commit f35672f

Browse files
authored
[Fix-4495] add end time for jar sql (#4501)
1 parent bd32313 commit f35672f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dinky-core/src/main/java/org/dinky/job/JobManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ public JobResult executeJarSql(String statement) throws Exception {
274274
setCurrentSql(jobStatement.getStatement());
275275
jobRunnerFactory.getJobRunner(jobStatement.getStatementType()).run(jobStatement);
276276
}
277+
job.setEndTime(LocalDateTime.now());
277278
if (job.isFailed()) {
278279
failed();
279280
} else {

0 commit comments

Comments
 (0)