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