This commit is contained in:
parent
c31d288d93
commit
a68fa7ae4e
|
@ -593,7 +593,8 @@ public class StandardTask {
|
|||
/**
|
||||
* 推送电表设备用电信息
|
||||
*/
|
||||
@Scheduled(cron = "0/5 * * * * ? ")
|
||||
// @Scheduled(cron = "0/5 * * * * ? ")
|
||||
@Scheduled(cron = "0 30 2 * * ?")
|
||||
public void DevicePowerInfoRecord() {
|
||||
|
||||
List<DevicePowerInfo> lists = devicePowerInfoService.list(new QueryWrapper<DevicePowerInfo>()
|
||||
|
|
Loading…
Reference in New Issue