统计时间
This commit is contained in:
@@ -37,7 +37,7 @@ public class StatisticTask {
|
||||
|
||||
|
||||
//每天 00点15分 执行 开始统计数据
|
||||
@Scheduled(cron = "0 15 0 * * ? ")
|
||||
@Scheduled(cron = "0 0 5 * * ? ")
|
||||
public void run() {
|
||||
log.info("统计数据,定时任务执行");
|
||||
long start = System.currentTimeMillis();
|
||||
|
||||
Reference in New Issue
Block a user