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

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedInspectionController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedInspectionController.java
index bde8d6d..1313205 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedInspectionController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedInspectionController.java
@@ -34,7 +34,7 @@
      * 鏌ヨ鎮h�呮鏌ユ楠岃褰曞垪琛�
      */
     @ApiOperation("鏌ヨ鎮h�呮鏌ユ楠岃褰曞垪琛�")
-    @PreAuthorize("@ss.hasPermi('system:inspection:list')")
+    //@PreAuthorize("@ss.hasPermi('system:inspection:list')")
    @PostMapping("/list")
     public TableDataInfo list(@RequestBody PatMedInspection patMedInspection) {
         startPage();
@@ -46,7 +46,7 @@
      * 瀵煎嚭鎮h�呮鏌ユ楠岃褰曞垪琛�
      */
     @ApiOperation("瀵煎嚭鎮h�呮鏌ユ楠岃褰曞垪琛�")
-    @PreAuthorize("@ss.hasPermi('system:inspection:export')")
+    //@PreAuthorize("@ss.hasPermi('system:inspection:export')")
     @Log(title = "鎮h�呮鏌ユ楠岃褰�", businessType = BusinessType.EXPORT)
     @PostMapping("/export")
     public void export(HttpServletResponse response, PatMedInspection patMedInspection) {
@@ -59,7 +59,7 @@
      * 鑾峰彇鎮h�呮鏌ユ楠岃褰曡缁嗕俊鎭�
      */
     @ApiOperation("鑾峰彇鎮h�呮鏌ユ楠岃褰曡缁嗕俊鎭�")
-    @PreAuthorize("@ss.hasPermi('system:inspection:query')")
+    //@PreAuthorize("@ss.hasPermi('system:inspection:query')")
     @GetMapping(value = "/{id}")
     public AjaxResult getInfo(@PathVariable("id") Long id) {
         return success(patMedInspectionService.selectPatMedInspectionById(id));
@@ -68,7 +68,7 @@
     /**
      * 鏂板鎮h�呮鏌ユ楠岃褰�
      */
-    @PreAuthorize("@ss.hasPermi('system:inspection:add')")
+    //@PreAuthorize("@ss.hasPermi('system:inspection:add')")
     @Log(title = "鏂板鎮h�呮鏌ユ楠岃褰�", businessType = BusinessType.INSERT)
     @ApiOperation("鏂板鎮h�呮鏌ユ楠岃褰�")
     @PostMapping("/add")
@@ -79,7 +79,7 @@
     /**
      * 淇敼鎮h�呮鏌ユ楠岃褰�
      */
-    @PreAuthorize("@ss.hasPermi('system:inspection:edit')")
+    //@PreAuthorize("@ss.hasPermi('system:inspection:edit')")
     @Log(title = "淇敼鎮h�呮鏌ユ楠岃褰�", businessType = BusinessType.UPDATE)
     @ApiOperation("淇敼鎮h�呮鏌ユ楠岃褰�")
     @PostMapping("/edit")
@@ -90,7 +90,7 @@
     /**
      * 鍒犻櫎鎮h�呮鏌ユ楠岃褰�
      */
-    @PreAuthorize("@ss.hasPermi('system:inspection:remove')")
+    //@PreAuthorize("@ss.hasPermi('system:inspection:remove')")
     @Log(title = "鎮h�呮鏌ユ楠岃褰�", businessType = BusinessType.DELETE)
     @ApiOperation("鎮h�呮鏌ユ楠岃褰�")
     @GetMapping("/remove/{ids}")

--
Gitblit v1.9.3