This commit is contained in:
parent
3c1c7bff7c
commit
2ee126d8cb
|
@ -603,7 +603,6 @@ public class StandardTask {
|
||||||
List<DevicePowerInfo> lists = devicePowerInfoService.list(new QueryWrapper<DevicePowerInfo>()
|
List<DevicePowerInfo> lists = devicePowerInfoService.list(new QueryWrapper<DevicePowerInfo>()
|
||||||
.eq("is_send", "0")
|
.eq("is_send", "0")
|
||||||
.like("use_date", format)
|
.like("use_date", format)
|
||||||
.last("limit 100")
|
|
||||||
);
|
);
|
||||||
|
|
||||||
for (DevicePowerInfo h : lists) {
|
for (DevicePowerInfo h : lists) {
|
||||||
|
|
Loading…
Reference in New Issue