From 163f15f11565405041d58e0db3a17dcaa08f1988 Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期三, 18 五月 2022 16:47:04 +0800
Subject: [PATCH] 提交代码

---
 ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgExchangeController.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgExchangeController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgExchangeController.java
index 934e7e4..3f1160e 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgExchangeController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgExchangeController.java
@@ -49,7 +49,7 @@
      */
     @DataDictClass
     @ApiOperation("鏌ヨ浜ゆ崲璁惧鍒楄〃")
-    @PreAuthorize("@ss.hasPermi('oa:exchange:list')")
+//    @PreAuthorize("@ss.hasPermi('oa:exchange:list')")
     @GetMapping("/list")
     public TableDataInfo<SgExchangeVo> list(@Validated(QueryGroup.class) SgExchangeBo bo) {
         return iSgExchangeService.queryPageList(bo);
@@ -71,7 +71,7 @@
      * 鑾峰彇浜ゆ崲璁惧璇︾粏淇℃伅
      */
     @ApiOperation("鑾峰彇浜ゆ崲璁惧璇︾粏淇℃伅")
-    @PreAuthorize("@ss.hasPermi('oa:exchange:query')")
+//    @PreAuthorize("@ss.hasPermi('oa:exchange:query')")
     @GetMapping("/{id}")
     public AjaxResult<SgExchangeVo> getInfo(@ApiParam("涓婚敭")
                                                   @NotNull(message = "涓婚敭涓嶈兘涓虹┖")
@@ -83,7 +83,7 @@
      * 鏂板浜ゆ崲璁惧
      */
     @ApiOperation("鏂板浜ゆ崲璁惧")
-    @PreAuthorize("@ss.hasPermi('oa:exchange:add')")
+//    @PreAuthorize("@ss.hasPermi('oa:exchange:add')")
     @Log(title = "浜ゆ崲璁惧", businessType = BusinessType.INSERT)
     @RepeatSubmit()
     @PostMapping()
@@ -95,7 +95,7 @@
      * 淇敼浜ゆ崲璁惧
      */
     @ApiOperation("淇敼浜ゆ崲璁惧")
-    @PreAuthorize("@ss.hasPermi('oa:exchange:edit')")
+//    @PreAuthorize("@ss.hasPermi('oa:exchange:edit')")
     @Log(title = "浜ゆ崲璁惧", businessType = BusinessType.UPDATE)
     @RepeatSubmit()
     @PutMapping()
@@ -107,7 +107,7 @@
      * 鍒犻櫎浜ゆ崲璁惧
      */
     @ApiOperation("鍒犻櫎浜ゆ崲璁惧")
-    @PreAuthorize("@ss.hasPermi('oa:exchange:remove')")
+//    @PreAuthorize("@ss.hasPermi('oa:exchange:remove')")
     @Log(title = "浜ゆ崲璁惧" , businessType = BusinessType.DELETE)
     @DeleteMapping("/{ids}")
     public AjaxResult<Void> remove(@ApiParam("涓婚敭涓�")

--
Gitblit v1.9.1