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/SgReserveIpController.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgReserveIpController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgReserveIpController.java index 43c0077..20c3953 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgReserveIpController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/oa/SgReserveIpController.java @@ -49,7 +49,7 @@ */ @DataDictClass @ApiOperation("鏌ヨ棰勭暀IP鍒楄〃") - @PreAuthorize("@ss.hasPermi('oa:reserveIp:list')") +// @PreAuthorize("@ss.hasPermi('oa:reserveIp:list')") @GetMapping("/list") public TableDataInfo<SgReserveIpVo> list(@Validated(QueryGroup.class) SgReserveIpBo bo) { return iSgReserveIpService.queryPageList(bo); @@ -59,7 +59,7 @@ * 瀵煎嚭棰勭暀IP鍒楄〃 */ @ApiOperation("瀵煎嚭棰勭暀IP鍒楄〃") - @PreAuthorize("@ss.hasPermi('oa:reserveIp:export')") +// @PreAuthorize("@ss.hasPermi('oa:reserveIp:export')") @Log(title = "棰勭暀IP", businessType = BusinessType.EXPORT) @GetMapping("/export") public void export(@Validated SgReserveIpBo bo, HttpServletResponse response) { @@ -71,7 +71,7 @@ * 鑾峰彇棰勭暀IP璇︾粏淇℃伅 */ @ApiOperation("鑾峰彇棰勭暀IP璇︾粏淇℃伅") - @PreAuthorize("@ss.hasPermi('oa:reserveIp:query')") +// @PreAuthorize("@ss.hasPermi('oa:reserveIp:query')") @GetMapping("/{id}") public AjaxResult<SgReserveIpVo> getInfo(@ApiParam("涓婚敭") @NotNull(message = "涓婚敭涓嶈兘涓虹┖") @@ -83,7 +83,7 @@ * 鏂板棰勭暀IP */ @ApiOperation("鏂板棰勭暀IP") - @PreAuthorize("@ss.hasPermi('oa:reserveIp:add')") +// @PreAuthorize("@ss.hasPermi('oa:reserveIp:add')") @Log(title = "棰勭暀IP", businessType = BusinessType.INSERT) @RepeatSubmit() @PostMapping() @@ -95,7 +95,7 @@ * 淇敼棰勭暀IP */ @ApiOperation("淇敼棰勭暀IP") - @PreAuthorize("@ss.hasPermi('oa:reserveIp:edit')") +// @PreAuthorize("@ss.hasPermi('oa:reserveIp:edit')") @Log(title = "棰勭暀IP", businessType = BusinessType.UPDATE) @RepeatSubmit() @PutMapping() @@ -107,7 +107,7 @@ * 鍒犻櫎棰勭暀IP */ @ApiOperation("鍒犻櫎棰勭暀IP") - @PreAuthorize("@ss.hasPermi('oa:reserveIp:remove')") +// @PreAuthorize("@ss.hasPermi('oa:reserveIp:remove')") @Log(title = "棰勭暀IP" , businessType = BusinessType.DELETE) @DeleteMapping("/{ids}") public AjaxResult<Void> remove(@ApiParam("涓婚敭涓�") -- Gitblit v1.9.1