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/HeLocallibraryController.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/HeLocallibraryController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/HeLocallibraryController.java
index 2284bf3..05a1bfa 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/HeLocallibraryController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/HeLocallibraryController.java
@@ -23,7 +23,7 @@
 
 /**
  * 瀹f暀搴揅ontroller
- * 
+ *
  * @author smartor
  * @date 2023-03-04
  */
@@ -37,7 +37,7 @@
     /**
      * 鏌ヨ瀹f暀搴撳垪琛�
      */
-    @PreAuthorize("@ss.hasPermi('smartor:helibrary:list')")
+    //@PreAuthorize("@ss.hasPermi('smartor:helibrary:list')")
    @PostMapping("/list")
     public TableDataInfo list(@RequestBody HeLocallibrary heLocallibrary)
     {
@@ -49,7 +49,7 @@
     /**
      * 瀵煎嚭瀹f暀搴撳垪琛�
      */
-    @PreAuthorize("@ss.hasPermi('smartor:helibrary:export')")
+    //@PreAuthorize("@ss.hasPermi('smartor:helibrary:export')")
     @Log(title = "瀹f暀搴�", businessType = BusinessType.EXPORT)
     @PostMapping("/export")
     public void export(HttpServletResponse response, HeLocallibrary heLocallibrary)
@@ -62,7 +62,7 @@
     /**
      * 鑾峰彇瀹f暀搴撹缁嗕俊鎭�
      */
-    @PreAuthorize("@ss.hasPermi('smartor:helibrary:query')")
+    //@PreAuthorize("@ss.hasPermi('smartor:helibrary:query')")
     @GetMapping(value = "/{id}")
     public AjaxResult getInfo(@PathVariable("id") Long id)
     {
@@ -72,7 +72,7 @@
     /**
      * 鏂板瀹f暀搴�
      */
-    @PreAuthorize("@ss.hasPermi('smartor:helibrary:add')")
+    //@PreAuthorize("@ss.hasPermi('smartor:helibrary:add')")
     @Log(title = "瀹f暀搴�", businessType = BusinessType.INSERT)
     @PostMapping("add")
     public AjaxResult add(@RequestBody HeLocallibrary heLocallibrary)
@@ -83,7 +83,7 @@
     /**
      * 淇敼瀹f暀搴�
      */
-    @PreAuthorize("@ss.hasPermi('smartor:helibrary:edit')")
+    //@PreAuthorize("@ss.hasPermi('smartor:helibrary:edit')")
     @Log(title = "瀹f暀搴�", businessType = BusinessType.UPDATE)
     @PostMapping("/edit")
     public AjaxResult edit(@RequestBody HeLocallibrary heLocallibrary)
@@ -94,7 +94,7 @@
     /**
      * 鍒犻櫎瀹f暀搴�
      */
-    @PreAuthorize("@ss.hasPermi('smartor:helibrary:remove')")
+    //@PreAuthorize("@ss.hasPermi('smartor:helibrary:remove')")
     @Log(title = "瀹f暀搴�", businessType = BusinessType.DELETE)
 	@GetMapping("/remove/{ids}")
     public AjaxResult remove(@PathVariable Long[] ids)

--
Gitblit v1.9.3