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