From 37b79cfd8e5ecdc6f9f09750583f998183c338fb Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 07 十一月 2024 10:55:27 +0800
Subject: [PATCH] 代码提交

---
 ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedPhysicalController.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedPhysicalController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedPhysicalController.java
index 65fdc81..c5f69a2 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedPhysicalController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedPhysicalController.java
@@ -1,4 +1,4 @@
-package com.smartor.controller;
+package com.ruoyi.web.controller.smartor;
 
 import java.util.List;
 import javax.servlet.http.HttpServletResponse;
@@ -26,7 +26,7 @@
 
 /**
  * 鎮h�呬綋妫�璁板綍Controller
- * 
+ *
  * @author smartor
  * @date 2023-03-04
  */
@@ -42,7 +42,7 @@
      * 鏌ヨ鎮h�呬綋妫�璁板綍鍒楄〃
      */
     @ApiOperation("鏌ヨ鎮h�呬綋妫�璁板綍鍒楄〃")
-    @PreAuthorize("@ss.hasPermi('smartor:patphysical:list')")
+    //@PreAuthorize("@ss.hasPermi('smartor:patphysical:list')")
     @PostMapping("/selectPatMedPhysicalList")
     public TableDataInfo selectPatMedPhysicallist(@RequestBody  PatMedPhysical patMedPhysical)
     {
@@ -55,7 +55,7 @@
      * 瀵煎嚭鎮h�呬綋妫�璁板綍鍒楄〃
      */
     @ApiOperation("瀵煎嚭鎮h�呬綋妫�璁板綍鍒楄〃")
-    @PreAuthorize("@ss.hasPermi('smartor:patphysical:export')")
+    //@PreAuthorize("@ss.hasPermi('smartor:patphysical:export')")
     @Log(title = "鎮h�呬綋妫�璁板綍", businessType = BusinessType.EXPORT)
     @PostMapping("/export")
     public void export(HttpServletResponse response, PatMedPhysical patMedPhysical)
@@ -69,7 +69,7 @@
      * 鑾峰彇鎮h�呬綋妫�璁板綍璇︾粏淇℃伅
      */
     @ApiOperation("鑾峰彇鎮h�呬綋妫�璁板綍璇︾粏淇℃伅")
-    @PreAuthorize("@ss.hasPermi('smartor:patphysical:query')")
+    //@PreAuthorize("@ss.hasPermi('smartor:patphysical:query')")
     @GetMapping(value = "/{id}")
     public AjaxResult getInfo(@PathVariable("id") Long id)
     {
@@ -80,7 +80,7 @@
      * 鏂板鎮h�呬綋妫�璁板綍
      */
     @ApiOperation("鏂板鎮h�呬綋妫�璁板綍")
-    @PreAuthorize("@ss.hasPermi('smartor:patphysical:add')")
+    //@PreAuthorize("@ss.hasPermi('smartor:patphysical:add')")
     @Log(title = "鎮h�呬綋妫�璁板綍", businessType = BusinessType.INSERT)
     @PostMapping("/add")
     public AjaxResult add(@RequestBody PatMedPhysical patMedPhysical)
@@ -92,7 +92,7 @@
      * 淇敼鎮h�呬綋妫�璁板綍
      */
     @ApiOperation("淇敼鎮h�呬綋妫�璁板綍")
-    @PreAuthorize("@ss.hasPermi('smartor:patphysical:edit')")
+    //@PreAuthorize("@ss.hasPermi('smartor:patphysical:edit')")
     @Log(title = "鎮h�呬綋妫�璁板綍", businessType = BusinessType.UPDATE)
     @PostMapping("/edit")
     public AjaxResult edit(@RequestBody PatMedPhysical patMedPhysical)
@@ -104,7 +104,7 @@
      * 鍒犻櫎鎮h�呬綋妫�璁板綍
      */
     @ApiOperation("鍒犻櫎鎮h�呬綋妫�璁板綍")
-    @PreAuthorize("@ss.hasPermi('smartor:patphysical:remove')")
+    //@PreAuthorize("@ss.hasPermi('smartor:patphysical:remove')")
     @Log(title = "鎮h�呬綋妫�璁板綍", businessType = BusinessType.DELETE)
 	@GetMapping("/remove/{ids}")
     public AjaxResult remove(@PathVariable Long[] ids)

--
Gitblit v1.9.3