From 63ebc0007e9958bd6680c6841a7460b053275790 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 22 四月 2024 14:20:15 +0800
Subject: [PATCH] 将 @PreAuthorize 全部注释

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

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceReimbursementpayeeController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceReimbursementpayeeController.java
index f275cf0..8b71d1f 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceReimbursementpayeeController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceReimbursementpayeeController.java
@@ -34,7 +34,7 @@
      * 鏌ヨ宸梾鎶ラ攢浠樻淇℃伅鍒楄〃
      */
     @ApiOperation("鏌ヨ宸梾鎶ラ攢浠樻淇℃伅鍒楄〃")
-    //@PreAuthorize("@ss.hasPermi('project:reimbursementpayee:list')")
+    //// @PreAuthorize("@ss.hasPermi('project:reimbursementpayee:list')")
     @PostMapping("/list")
     public TableDataInfo list(@RequestBody ServiceReimbursementpayee serviceReimbursementpayee) {
         startPage();
@@ -46,7 +46,7 @@
      * 瀵煎嚭宸梾鎶ラ攢浠樻淇℃伅鍒楄〃
      */
     @ApiOperation("瀵煎嚭宸梾鎶ラ攢浠樻淇℃伅鍒楄〃")
-    //@PreAuthorize("@ss.hasPermi('project:reimbursementpayee:export')")
+    //// @PreAuthorize("@ss.hasPermi('project:reimbursementpayee:export')")
     @Log(title = "宸梾鎶ラ攢浠樻淇℃伅", businessType = BusinessType.EXPORT)
     @GetMapping("/export")
     public AjaxResult export(ServiceReimbursementpayee serviceReimbursementpayee) {
@@ -59,7 +59,7 @@
      * 鑾峰彇宸梾鎶ラ攢浠樻淇℃伅璇︾粏淇℃伅
      */
     @ApiOperation("鑾峰彇宸梾鎶ラ攢浠樻淇℃伅璇︾粏淇℃伅")
-    //@PreAuthorize("@ss.hasPermi('project:reimbursementpayee:query')")
+    //// @PreAuthorize("@ss.hasPermi('project:reimbursementpayee:query')")
     @GetMapping(value = "/{id}")
     public AjaxResult getInfo(@PathVariable("id") String id) {
         return AjaxResult.success(serviceReimbursementpayeeService.getById(id));
@@ -69,7 +69,7 @@
      * 鏂板宸梾鎶ラ攢浠樻淇℃伅
      */
     @ApiOperation("鏂板宸梾鎶ラ攢浠樻淇℃伅")
-    //@PreAuthorize("@ss.hasPermi('project:reimbursementpayee:add')")
+    //// @PreAuthorize("@ss.hasPermi('project:reimbursementpayee:add')")
     @Log(title = "宸梾鎶ラ攢浠樻淇℃伅", businessType = BusinessType.INSERT)
     @PostMapping("/add")
     @RepeatSubmit
@@ -82,7 +82,7 @@
      * 淇敼宸梾鎶ラ攢浠樻淇℃伅
      */
     @ApiOperation("淇敼宸梾鎶ラ攢浠樻淇℃伅")
-    //@PreAuthorize("@ss.hasPermi('project:reimbursementpayee:edit')")
+    //// @PreAuthorize("@ss.hasPermi('project:reimbursementpayee:edit')")
     @Log(title = "宸梾鎶ラ攢浠樻淇℃伅", businessType = BusinessType.UPDATE)
     @PostMapping("/reimbursementpayeeEdit")
     @RepeatSubmit
@@ -94,7 +94,7 @@
      * 鍒犻櫎宸梾鎶ラ攢浠樻淇℃伅
      */
     @ApiOperation("鍒犻櫎宸梾鎶ラ攢浠樻淇℃伅")
-    //@PreAuthorize("@ss.hasPermi('project:reimbursementpayee:remove')")
+    //// @PreAuthorize("@ss.hasPermi('project:reimbursementpayee:remove')")
     @Log(title = "宸梾鎶ラ攢浠樻淇℃伅", businessType = BusinessType.DELETE)
     @GetMapping("/remove/{ids}")
     public AjaxResult remove(@PathVariable String[] ids) {

--
Gitblit v1.9.3