|
@@ -72,7 +72,7 @@ public class LeanModelStatistics {
|
|
|
* 精益模型统计数据
|
|
|
* 执行完后,间隔1秒继续执行
|
|
|
*/
|
|
|
- @Scheduled(fixedDelay = 10000)
|
|
|
+ @Scheduled(fixedDelay = 40000)
|
|
|
public void t1(){
|
|
|
leanModel();
|
|
|
}
|
|
@@ -90,7 +90,7 @@ public class LeanModelStatistics {
|
|
|
/**
|
|
|
* 设备启停统计数据
|
|
|
*/
|
|
|
- @Scheduled(fixedDelay = 20000)
|
|
|
+ @Scheduled(fixedDelay = 30000)
|
|
|
public void t3(){
|
|
|
deviceStatistics();
|
|
|
}
|