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

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgNvrController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgNvrController.java
index 1436702..1ad6a9e 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgNvrController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgNvrController.java
@@ -49,7 +49,7 @@
      */
     @DataDictClass
     @ApiOperation("鏌ヨNVR璁惧鍒楄〃")
-    @PreAuthorize("@ss.hasPermi('oa:nvr:list')")
+//    @PreAuthorize("@ss.hasPermi('oa:nvr:list')")
     @GetMapping("/list")
     public TableDataInfo<SgNvrVo> list(@Validated(QueryGroup.class) SgNvrBo bo) {
         return iSgNvrService.queryPageList(bo);
@@ -59,7 +59,7 @@
      * 瀵煎嚭NVR璁惧鍒楄〃
      */
     @ApiOperation("瀵煎嚭NVR璁惧鍒楄〃")
-    @PreAuthorize("@ss.hasPermi('oa:nvr:export')")
+//    @PreAuthorize("@ss.hasPermi('oa:nvr:export')")
     @Log(title = "NVR璁惧", businessType = BusinessType.EXPORT)
     @GetMapping("/export")
     public void export(@Validated SgNvrBo bo, HttpServletResponse response) {
@@ -71,7 +71,7 @@
      * 鑾峰彇NVR璁惧璇︾粏淇℃伅
      */
     @ApiOperation("鑾峰彇NVR璁惧璇︾粏淇℃伅")
-    @PreAuthorize("@ss.hasPermi('oa:nvr:query')")
+//    @PreAuthorize("@ss.hasPermi('oa:nvr:query')")
     @GetMapping("/{id}")
     public AjaxResult<SgNvrVo> getInfo(@ApiParam("涓婚敭")
                                                   @NotNull(message = "涓婚敭涓嶈兘涓虹┖")
@@ -83,7 +83,7 @@
      * 鏂板NVR璁惧
      */
     @ApiOperation("鏂板NVR璁惧")
-    @PreAuthorize("@ss.hasPermi('oa:nvr:add')")
+//    @PreAuthorize("@ss.hasPermi('oa:nvr:add')")
     @Log(title = "NVR璁惧", businessType = BusinessType.INSERT)
     @RepeatSubmit()
     @PostMapping()
@@ -95,7 +95,7 @@
      * 淇敼NVR璁惧
      */
     @ApiOperation("淇敼NVR璁惧")
-    @PreAuthorize("@ss.hasPermi('oa:nvr:edit')")
+//    @PreAuthorize("@ss.hasPermi('oa:nvr:edit')")
     @Log(title = "NVR璁惧", businessType = BusinessType.UPDATE)
     @RepeatSubmit()
     @PutMapping()
@@ -107,7 +107,7 @@
      * 鍒犻櫎NVR璁惧
      */
     @ApiOperation("鍒犻櫎NVR璁惧")
-    @PreAuthorize("@ss.hasPermi('oa:nvr:remove')")
+//    @PreAuthorize("@ss.hasPermi('oa:nvr:remove')")
     @Log(title = "NVR璁惧" , businessType = BusinessType.DELETE)
     @DeleteMapping("/{ids}")
     public AjaxResult<Void> remove(@ApiParam("涓婚敭涓�")

--
Gitblit v1.9.1