|
@@ -431,6 +431,9 @@ public class DeviceInfoServiceImpl extends ServiceImpl<DeviceInfoMapper, DeviceI
|
|
|
if (CollUtil.isNotEmpty(deviceIds)) {
|
|
|
lqw.notIn(DeviceInfo::getDeviceId, deviceIds);
|
|
|
} else {
|
|
|
+ if (CollUtil.isNotEmpty(myDeviceIds)) {
|
|
|
+ return new PageBean<>();
|
|
|
+ }
|
|
|
lqw.in(DeviceInfo::getDeviceId, myDeviceIds);
|
|
|
}
|
|
|
} else {
|