2021与蓝度共同重构项目,服务端
liuhaonan
2022-04-22 1c8a0b0b6f9ab2d96045a52da3c8ab9390af5086
ximon-admin/src/main/java/com/sandu/ximon/admin/controller/IpVolumeFileController.java
@@ -55,10 +55,15 @@
            return ResponseUtil.fail("缺少对应用户权限");
        }
        LambdaQueryWrapper<IpVolumeFile> wrapper = ipVolumeFileService.listFile(baseConditionVO, keyword);
        PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize());
      /*  if (null != keyword) {
            wrapper.like(IpVolumeFile::getFileName, keyword);
        }*/
        return ResponseUtil.success(ipVolumeFileService.list(wrapper));
    }