From 561aa63737f42136c69e87a8d907727da235b38c Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期五, 16 八月 2024 18:51:41 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/opo --- ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/SysOperlogController.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/SysOperlogController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/SysOperlogController.java index f5173e1..e48aee0 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/SysOperlogController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/SysOperlogController.java @@ -29,7 +29,7 @@ @Autowired private ISysOperLogService operLogService; - @PreAuthorize("@ss.hasPermi('monitor:operlog:list')") + // @PreAuthorize("@ss.hasPermi('monitor:operlog:list')") @GetMapping("/list") public TableDataInfo list(SysOperLog operLog) { @@ -39,7 +39,7 @@ } @Log(title = "鎿嶄綔鏃ュ織", businessType = BusinessType.EXPORT) - @PreAuthorize("@ss.hasPermi('monitor:operlog:export')") + // @PreAuthorize("@ss.hasPermi('monitor:operlog:export')") @GetMapping("/export") public AjaxResult export(SysOperLog operLog) { @@ -49,7 +49,7 @@ } @Log(title = "鎿嶄綔鏃ュ織", businessType = BusinessType.DELETE) - @PreAuthorize("@ss.hasPermi('monitor:operlog:remove')") + // @PreAuthorize("@ss.hasPermi('monitor:operlog:remove')") @GetMapping("/remove/{operIds}") public AjaxResult remove(@PathVariable Long[] operIds) { @@ -57,7 +57,7 @@ } @Log(title = "鎿嶄綔鏃ュ織", businessType = BusinessType.CLEAN) - @PreAuthorize("@ss.hasPermi('monitor:operlog:remove')") + // @PreAuthorize("@ss.hasPermi('monitor:operlog:remove')") @GetMapping("/clean") public AjaxResult clean() { -- Gitblit v1.9.3