Browse Source

调整 时间

guoqiang 6 months ago
parent
commit
ccf87164b5

+ 1 - 1
jeecg-module-gather/src/main/java/org/jeecg/modules/fpgJob/LeanModelStatistics.java

@@ -83,7 +83,7 @@ public class LeanModelStatistics {
     /**
      * 设备启停统计数据
      */
-    @Scheduled(fixedDelay = 500)
+    @Scheduled(fixedDelay = 1000)
     public void t3(){
         deviceStatistics();
     }