From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 18 九月 2024 09:39:02 +0800 Subject: [PATCH] 代码提交 --- ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibaTemplateTagController.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibaTemplateTagController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibaTemplateTagController.java index efe7911..7ba450e 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibaTemplateTagController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibaTemplateTagController.java @@ -34,7 +34,7 @@ * 鏌ヨ妯℃澘鏍囩鍒楄〃 */ // @ApiOperation("鏌ヨ妯℃澘鏍囩鍒楄〃") - @PreAuthorize("@ss.hasPermi('smartor:tag:list')") + //@PreAuthorize("@ss.hasPermi('smartor:tag:list')") @PostMapping("/list") public TableDataInfo list(@RequestBody IvrLibaTemplateTag ivrLibaTemplateTag) { startPage(); @@ -46,7 +46,7 @@ * 瀵煎嚭妯℃澘鏍囩鍒楄〃 */ // @ApiOperation("瀵煎嚭妯℃澘鏍囩鍒楄〃") - @PreAuthorize("@ss.hasPermi('smartor:tag:export')") + //@PreAuthorize("@ss.hasPermi('smartor:tag:export')") @Log(title = "妯℃澘鏍囩", businessType = BusinessType.EXPORT) @PostMapping("/export") public void export(HttpServletResponse response, IvrLibaTemplateTag ivrLibaTemplateTag) { @@ -59,7 +59,7 @@ * 鑾峰彇妯℃澘鏍囩璇︾粏淇℃伅 */ @ApiOperation("鑾峰彇妯℃澘鏍囩璇︾粏淇℃伅") - @PreAuthorize("@ss.hasPermi('smartor:tag:query')") + //@PreAuthorize("@ss.hasPermi('smartor:tag:query')") @GetMapping(value = "/getInfo/{id}") public AjaxResult getInfo(@PathVariable("id") Long id) { return success(ivrLibaTemplateTagService.selectIvrLibaTemplateTagById(id)); @@ -69,7 +69,7 @@ * 鏂板妯℃澘鏍囩 */ @ApiOperation("鏂板妯℃澘鏍囩") - @PreAuthorize("@ss.hasPermi('smartor:tag:add')") + //@PreAuthorize("@ss.hasPermi('smartor:tag:add')") @Log(title = "妯℃澘鏍囩", businessType = BusinessType.INSERT) @PostMapping("/add") public AjaxResult add(@RequestBody IvrLibaTemplateTag ivrLibaTemplateTag) { @@ -80,7 +80,7 @@ * 淇敼妯℃澘鏍囩 */ @ApiOperation("淇敼妯℃澘鏍囩") - @PreAuthorize("@ss.hasPermi('smartor:tag:edit')") + //@PreAuthorize("@ss.hasPermi('smartor:tag:edit')") @Log(title = "妯℃澘鏍囩", businessType = BusinessType.UPDATE) @PostMapping("/edit") public AjaxResult edit(@RequestBody IvrLibaTemplateTag ivrLibaTemplateTag) { @@ -91,7 +91,7 @@ * 鍒犻櫎妯℃澘鏍囩 */ @ApiOperation("鍒犻櫎妯℃澘鏍囩") - @PreAuthorize("@ss.hasPermi('smartor:tag:remove')") + //@PreAuthorize("@ss.hasPermi('smartor:tag:remove')") @Log(title = "妯℃澘鏍囩", businessType = BusinessType.DELETE) @GetMapping("/remove/{ids}") public AjaxResult remove(@PathVariable Long[] ids) { -- Gitblit v1.9.3