ruoyi-admin/src/main/java/com/ruoyi/web/controller/archive/ArchiverecordstouserController.java
@@ -77,6 +77,18 @@ } @PreAuthorize("@ss.hasPermi('system:archiverecordstouser:list')") @GetMapping("/listArToUser") public AjaxResult listAllUserRecord(String userName ) { Integer pageNum = Convert.toInt(ServletUtils.getParameter(PAGE_NUM), 1); Integer pageSize = Convert.toInt(ServletUtils.getParameter(PAGE_SIZE), 10); System.out.println(userName); return archiverecordstouserService.countStatistic(userName,pageNum, pageSize); } /** * 导出【请填写功能名称】列表 */