定时任务日志更新
This commit is contained in:
@@ -107,8 +107,9 @@ public class ExecutionJob extends QuartzJobBean {
|
||||
}
|
||||
//异常时候打印日志
|
||||
log.info(logDto.toString());
|
||||
} finally {
|
||||
quartzLogRepository.save(logDto);
|
||||
} finally {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user