فهرست منبع

二期后台 bug

suntianwu 3 سال پیش
والد
کامیت
ddc77270fa
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/care/bigscreen/schedule/BigScreenSchedule.java

+ 1 - 1
src/main/java/com/care/bigscreen/schedule/BigScreenSchedule.java

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