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/SgSystemController.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgSystemController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgSystemController.java index d714e15..8ab89a4 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgSystemController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgSystemController.java @@ -49,7 +49,7 @@ */ @DataDictClass @ApiOperation("鏌ヨ杞欢绯荤粺鍒楄〃") - @PreAuthorize("@ss.hasPermi('oa:system:list')") +// @PreAuthorize("@ss.hasPermi('oa:system:list')") @GetMapping("/list") public TableDataInfo<SgSystemVo> list(@Validated(QueryGroup.class) SgSystemBo bo) { return iSgSystemService.queryPageList(bo); @@ -71,7 +71,7 @@ * 鑾峰彇杞欢绯荤粺璇︾粏淇℃伅 */ @ApiOperation("鑾峰彇杞欢绯荤粺璇︾粏淇℃伅") - @PreAuthorize("@ss.hasPermi('oa:system:query')") +// @PreAuthorize("@ss.hasPermi('oa:system:query')") @GetMapping("/{id}") public AjaxResult<SgSystemVo> getInfo(@ApiParam("涓婚敭") @NotNull(message = "涓婚敭涓嶈兘涓虹┖") @@ -83,7 +83,7 @@ * 鏂板杞欢绯荤粺 */ @ApiOperation("鏂板杞欢绯荤粺") - @PreAuthorize("@ss.hasPermi('oa:system:add')") +// @PreAuthorize("@ss.hasPermi('oa:system:add')") @Log(title = "杞欢绯荤粺", businessType = BusinessType.INSERT) @RepeatSubmit() @PostMapping() @@ -95,7 +95,7 @@ * 淇敼杞欢绯荤粺 */ @ApiOperation("淇敼杞欢绯荤粺") - @PreAuthorize("@ss.hasPermi('oa:system:edit')") +// @PreAuthorize("@ss.hasPermi('oa:system:edit')") @Log(title = "杞欢绯荤粺", businessType = BusinessType.UPDATE) @RepeatSubmit() @PutMapping() @@ -107,7 +107,7 @@ * 鍒犻櫎杞欢绯荤粺 */ @ApiOperation("鍒犻櫎杞欢绯荤粺") - @PreAuthorize("@ss.hasPermi('oa:system:remove')") +// @PreAuthorize("@ss.hasPermi('oa:system:remove')") @Log(title = "杞欢绯荤粺" , businessType = BusinessType.DELETE) @DeleteMapping("/{ids}") public AjaxResult<Void> remove(@ApiParam("涓婚敭涓�") -- Gitblit v1.9.1