0918优化-电表报表-尖峰平谷日差值显示
This commit is contained in:
@ -133,11 +133,11 @@ public class MqttMessageController implements MqttPublisher, MqttSubscriber {
|
||||
}
|
||||
|
||||
|
||||
private static final long FORCE_INTERVAL = 60 * 1000; // 1分钟(毫秒)
|
||||
/*private static final long FORCE_INTERVAL = 60 * 1000; // 1分钟(毫秒)
|
||||
@Scheduled(fixedRate = FORCE_INTERVAL) // 每分钟执行一次
|
||||
public void scheduledForceSave() {
|
||||
System.out.println("执行定时强制存储任务:" + new Date());
|
||||
|
||||
}
|
||||
}*/
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user