0918优化-电表报表-尖峰平谷日差值显示

This commit is contained in:
2025-10-10 16:10:37 +08:00
parent 636a2ab73b
commit b861ad7593
14 changed files with 766 additions and 34 deletions

View File

@ -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());
}
}*/
}