|
@@ -589,12 +589,12 @@ public class DeviceInfoServiceImpl extends ServiceImpl<DeviceInfoMapper, DeviceI
|
|
|
String deviceSearch = dto.getDeviceSearch();
|
|
|
DeviceInfoDto.Vo vo = dto.getVo();
|
|
|
QueryWrapper<DeviceInfo> queryWrapper = new MybatisPlusQuery().eqWrapper(vo == null ? new DeviceInfoDto.Vo() : vo, DeviceInfo.class).buildQW();
|
|
|
- List<Long> placeLineIds = dto.getPlaceLineIds();
|
|
|
+// List<Long> placeLineIds = dto.getPlaceLineIds();
|
|
|
List<Long> deviceIds = dto.getDeviceIds();
|
|
|
List<String> columnList = dto.getColumnList();
|
|
|
- if (CollUtil.isNotEmpty(placeLineIds)) {
|
|
|
- queryWrapper.in(LambdaUtils.getUnderlineCaseName(DeviceInfo::getPlaceLineId), placeLineIds);
|
|
|
- }
|
|
|
+// if (CollUtil.isNotEmpty(placeLineIds)) {
|
|
|
+// queryWrapper.in(LambdaUtils.getUnderlineCaseName(DeviceInfo::getPlaceLineId), placeLineIds);
|
|
|
+// }
|
|
|
|
|
|
//fixed
|
|
|
if (StrUtil.isNotEmpty(deviceSearch)) {
|