This commit is contained in:
李京通 2025-07-28 18:29:39 +08:00
parent c31d288d93
commit a68fa7ae4e
1 changed files with 2 additions and 1 deletions

View File

@ -593,7 +593,8 @@ public class StandardTask {
/** /**
* 推送电表设备用电信息 * 推送电表设备用电信息
*/ */
@Scheduled(cron = "0/5 * * * * ? ") // @Scheduled(cron = "0/5 * * * * ? ")
@Scheduled(cron = "0 30 2 * * ?")
public void DevicePowerInfoRecord() { public void DevicePowerInfoRecord() {
List<DevicePowerInfo> lists = devicePowerInfoService.list(new QueryWrapper<DevicePowerInfo>() List<DevicePowerInfo> lists = devicePowerInfoService.list(new QueryWrapper<DevicePowerInfo>()