|
@@ -1179,7 +1179,7 @@ public class DeviceInfoServiceImpl extends ServiceImpl<DeviceInfoMapper, DeviceI
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- boolean isQa = dto.getIsQaMode();
|
|
|
|
|
|
+ boolean isQa = BooleanUtil.isTrue(dto.getIsQaMode());
|
|
|
|
|
|
List<Long> searchDeviceIds = new ArrayList<>();
|
|
List<Long> searchDeviceIds = new ArrayList<>();
|
|
if (StrUtil.isNotEmpty(searchKey) || StrUtil.isNotEmpty(dto.getAdminName())) {
|
|
if (StrUtil.isNotEmpty(searchKey) || StrUtil.isNotEmpty(dto.getAdminName())) {
|