From e1335613b6ef737fb9aed6080f42d6bd6cf2197e Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期五, 22 七月 2022 20:56:28 +0800 Subject: [PATCH] 提交代码 --- ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/BsRulesController.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/BsRulesController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/BsRulesController.java index 168269a..8966ef5 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/BsRulesController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/BsRulesController.java @@ -81,7 +81,7 @@ * 鏂板瑙勭珷鍒跺害 */ @ApiOperation("鏂板瑙勭珷鍒跺害") -// @PreAuthorize("@ss.hasPermi('oa:rules:add')") + @PreAuthorize("@ss.hasPermi('oa:rules:add')") @Log(title = "瑙勭珷鍒跺害", businessType = BusinessType.INSERT) @RepeatSubmit() @PostMapping() @@ -93,7 +93,7 @@ * 淇敼瑙勭珷鍒跺害 */ @ApiOperation("淇敼瑙勭珷鍒跺害") -// @PreAuthorize("@ss.hasPermi('oa:rules:edit')") + @PreAuthorize("@ss.hasPermi('oa:rules:edit')") @Log(title = "瑙勭珷鍒跺害", businessType = BusinessType.UPDATE) @RepeatSubmit() @PutMapping() @@ -105,7 +105,7 @@ * 鍒犻櫎瑙勭珷鍒跺害 */ @ApiOperation("鍒犻櫎瑙勭珷鍒跺害") -// @PreAuthorize("@ss.hasPermi('oa:rules:remove')") + @PreAuthorize("@ss.hasPermi('oa:rules:remove')") @Log(title = "瑙勭珷鍒跺害" , businessType = BusinessType.DELETE) @DeleteMapping("/{ids}") public AjaxResult<Void> remove(@ApiParam("涓婚敭涓�") -- Gitblit v1.9.1