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/SgIpcController.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgIpcController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgIpcController.java index 37eaf43..1b14155 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgIpcController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgIpcController.java @@ -53,7 +53,7 @@ */ @DataDictClass @ApiOperation("鏌ヨipc璁惧鍒楄〃") - @PreAuthorize("@ss.hasPermi('oa:ipc:list')") +// @PreAuthorize("@ss.hasPermi('oa:ipc:list')") @GetMapping("/list") public TableDataInfo<SgIpcVo> list(@Validated(QueryGroup.class) SgIpcBo bo) { return iSgIpcService.queryPageList(bo); @@ -75,7 +75,7 @@ * 鑾峰彇ipc璁惧璇︾粏淇℃伅 */ @ApiOperation("鑾峰彇ipc璁惧璇︾粏淇℃伅") - @PreAuthorize("@ss.hasPermi('oa:ipc:query')") +// @PreAuthorize("@ss.hasPermi('oa:ipc:query')") @GetMapping("/{id}") public AjaxResult<SgIpcVo> getInfo(@ApiParam("涓婚敭") @NotNull(message = "涓婚敭涓嶈兘涓虹┖") @@ -100,7 +100,7 @@ * 鏂板ipc璁惧 */ @ApiOperation("鏂板ipc璁惧") - @PreAuthorize("@ss.hasPermi('oa:ipc:add')") +// @PreAuthorize("@ss.hasPermi('oa:ipc:add')") @Log(title = "ipc璁惧", businessType = BusinessType.INSERT) @RepeatSubmit() @PostMapping() @@ -112,7 +112,7 @@ * 淇敼ipc璁惧 */ @ApiOperation("淇敼ipc璁惧") - @PreAuthorize("@ss.hasPermi('oa:ipc:edit')") +// @PreAuthorize("@ss.hasPermi('oa:ipc:edit')") @Log(title = "ipc璁惧", businessType = BusinessType.UPDATE) @RepeatSubmit() @PutMapping() @@ -124,7 +124,7 @@ * 鍒犻櫎ipc璁惧 */ @ApiOperation("鍒犻櫎ipc璁惧") - @PreAuthorize("@ss.hasPermi('oa:ipc:remove')") +// @PreAuthorize("@ss.hasPermi('oa:ipc:remove')") @Log(title = "ipc璁惧" , businessType = BusinessType.DELETE) @DeleteMapping("/{ids}") public AjaxResult<Void> remove(@ApiParam("涓婚敭涓�") -- Gitblit v1.9.1