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