|
@@ -574,7 +574,7 @@ public class DeviceInfoServiceImpl extends ServiceImpl<DeviceInfoMapper, DeviceI
|
|
|
|
|
|
PageBean<DeviceInfoDto.Vo2> pageBean = queryPage(page);
|
|
|
List<DeviceInfoDto.Vo2> records = pageBean.getRecords();
|
|
|
- if (CollUtil.isNotEmpty(records)) {
|
|
|
+ if (CollUtil.isEmpty(records)) {
|
|
|
return R.ok(pageData);
|
|
|
}
|
|
|
List<DeviceInfoDto.MerHomeSearchVO> merHomeSearchRecords = new ArrayList<>();
|