|
@@ -60,8 +60,9 @@ public class ChuanyunHumanResourceScheduledTask {
|
|
/**
|
|
/**
|
|
* 每天3点更新日志记录
|
|
* 每天3点更新日志记录
|
|
*/
|
|
*/
|
|
- @Scheduled(cron = "0 0 1 * * *")
|
|
|
|
|
|
+ @Scheduled(cron = "0 0 0 * * ?")
|
|
private void updateLog() {
|
|
private void updateLog() {
|
|
|
|
+ log.info("开始更新集团日志");
|
|
logDownloadService.saveChuanyunLogDO(false);
|
|
logDownloadService.saveChuanyunLogDO(false);
|
|
}
|
|
}
|
|
|
|
|