This commit is contained in:
李京通 2025-07-30 10:40:29 +08:00
parent 3c1c7bff7c
commit 2ee126d8cb
1 changed files with 0 additions and 1 deletions

View File

@ -603,7 +603,6 @@ public class StandardTask {
List<DevicePowerInfo> lists = devicePowerInfoService.list(new QueryWrapper<DevicePowerInfo>()
.eq("is_send", "0")
.like("use_date", format)
.last("limit 100")
);
for (DevicePowerInfo h : lists) {