fei
2025-09-09 19f5c982ea9ad8d7aad65b2c9a776b829992d2ca
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);
    }
    /**
     * 导出【请填写功能名称】列表
     */