@@ -29,10 +29,10 @@ public class BigScreenSchedule {
/**
- * 10 分钟调用一次
+ * 1 分钟调用一次
*/
@Async
- @Scheduled(cron = "* 0/10 * * * ?")
+ @Scheduled(cron = "0 0/1 * * * ?")
public void exeStatistics() {
bigScreenService.exeStatistics();
}