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)); }