|
|
|
@ -72,7 +72,7 @@ public class DeviceJob implements JobHandler {
|
|
|
|
|
|
|
|
|
|
|
|
// 查询采集设备列表
|
|
|
|
// 查询采集设备列表
|
|
|
|
List<DeviceDO> deviceDOS =
|
|
|
|
List<DeviceDO> deviceDOS =
|
|
|
|
deviceMapper.selectList(Wrappers.<DeviceDO>lambdaQuery().in(DeviceDO::getId, Arrays.asList(142L, 140L) ).orderByDesc(DeviceDO::getId));
|
|
|
|
deviceMapper.selectList(Wrappers.<DeviceDO>lambdaQuery().orderByDesc(DeviceDO::getId));
|
|
|
|
|
|
|
|
|
|
|
|
if (CollectionUtils.isEmpty(deviceDOS)) {
|
|
|
|
if (CollectionUtils.isEmpty(deviceDOS)) {
|
|
|
|
return param;
|
|
|
|
return param;
|
|
|
|
|