调整定时任务时间

master
wujingtao 2 years ago
parent 5700fd1faa
commit 0676f36ec3

@ -29,8 +29,8 @@ public class ReportSync {
/**
* 23
*/
@Scheduled(cron = "0 0 0/1 * * ? ")
// @Scheduled(cron = "0 0 23 * * ? ")
// @Scheduled(cron = "0 0 0/1 * * ? ")
@Scheduled(cron = "0 0 23 * * ? ")
public void reportToker() {
log.info("拓客投流统计 开始------------------{}", DateUtil.date());
//当前时间

Loading…
Cancel
Save