From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 18 九月 2024 09:39:02 +0800
Subject: [PATCH] 代码提交

---
 ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatSpeciallistController.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatSpeciallistController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatSpeciallistController.java
index e5b81c0..9805203 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatSpeciallistController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatSpeciallistController.java
@@ -34,7 +34,7 @@
     /**
      * 鏌ヨ涓撶梾鎮h�呭垪琛�
      */
-    @PreAuthorize("@ss.hasPermi('system:speciallist:list')")
+    //@PreAuthorize("@ss.hasPermi('system:speciallist:list')")
     @ApiOperation("鏌ヨ涓撶梾鎮h�呭垪琛�")
     @GetMapping("/list")
     public TableDataInfo list(PatSpeciallist patSpeciallist)
@@ -47,7 +47,7 @@
     /**
      * 瀵煎嚭涓撶梾鎮h�呭垪琛�
      */
-    @PreAuthorize("@ss.hasPermi('system:speciallist:export')")
+    //@PreAuthorize("@ss.hasPermi('system:speciallist:export')")
     @Log(title = "涓撶梾鎮h��", businessType = BusinessType.EXPORT)
     @ApiOperation("瀵煎嚭涓撶梾鎮h�呭垪琛�")
     @PostMapping("/export")
@@ -61,7 +61,7 @@
     /**
      * 鑾峰彇涓撶梾鎮h�呰缁嗕俊鎭�
      */
-    @PreAuthorize("@ss.hasPermi('system:speciallist:query')")
+    //@PreAuthorize("@ss.hasPermi('system:speciallist:query')")
     @GetMapping(value = "/getInfo/{id}")
     public AjaxResult getInfo(@PathVariable("id") Long id)
     {
@@ -71,7 +71,7 @@
     /**
      * 鏂板涓撶梾鎮h��
      */
-    @PreAuthorize("@ss.hasPermi('system:speciallist:add')")
+    //@PreAuthorize("@ss.hasPermi('system:speciallist:add')")
     @Log(title = "涓撶梾鎮h��", businessType = BusinessType.INSERT)
     @ApiOperation("鏂板涓撶梾鎮h��")
     @PostMapping("/add")
@@ -83,7 +83,7 @@
     /**
      * 淇敼涓撶梾鎮h��
      */
-    @PreAuthorize("@ss.hasPermi('system:speciallist:edit')")
+    //@PreAuthorize("@ss.hasPermi('system:speciallist:edit')")
     @Log(title = "涓撶梾鎮h��", businessType = BusinessType.UPDATE)
     @ApiOperation("淇敼涓撶梾鎮h��")
     @PostMapping("/edit")
@@ -95,7 +95,7 @@
     /**
      * 鍒犻櫎涓撶梾鎮h��
      */
-    @PreAuthorize("@ss.hasPermi('system:speciallist:remove')")
+    //@PreAuthorize("@ss.hasPermi('system:speciallist:remove')")
     @Log(title = "涓撶梾鎮h��", businessType = BusinessType.DELETE)
     @ApiOperation("鍒犻櫎涓撶梾鎮h��")
 	@GetMapping("/remove/{ids}")

--
Gitblit v1.9.3