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