feige
3 天以前 3e6e5a5300c8b41af08f51a3932b230f9fcb9935
ruoyi-admin/src/main/java/com/ruoyi/web/controller/archive/ArchiveRecordsController.java
@@ -54,7 +54,15 @@
        return archiveRecordsService.selectDataList(archiveRecords, pageNum, pageSize);
    }
    /**
     * 拿到最大id
     */
    @PreAuthorize("@ss.hasPermi('system:records:list')")
    @GetMapping("/getMaxId")
    public AjaxResult getMaxId()
    {
        return success(archiveRecordsService.getMaxId()+1);
    }
    /**
     * 导出档案记录列表
     */