新增水表推送三点半

This commit is contained in:
李京通 2025-08-05 14:53:36 +08:00
parent f6f6f1bc51
commit 8893afcf8f
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ public class StandardTask {
} }
@Scheduled(cron = "0 30 2 * * ?") @Scheduled(cron = "0 30 3 * * ?")
// @Scheduled(cron = "0/5 * * * * ? ") // @Scheduled(cron = "0/5 * * * * ? ")
public void DeviceWatterInfoRecord() { public void DeviceWatterInfoRecord() {
LocalDateTime now = LocalDateTime.now(); LocalDateTime now = LocalDateTime.now();