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/IvrTasksmsController.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrTasksmsController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrTasksmsController.java index 7b96026..8d4f149 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrTasksmsController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrTasksmsController.java @@ -37,7 +37,7 @@ /** * 鏌ヨ璇煶浠诲姟鐭俊鍒楄〃 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrtasksms:list')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrtasksms:list')") @PostMapping("/list") public TableDataInfo list(@RequestBody IvrTasksms ivrTasksms) { @@ -49,7 +49,7 @@ /** * 瀵煎嚭璇煶浠诲姟鐭俊鍒楄〃 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrtasksms:export')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrtasksms:export')") @Log(title = "璇煶浠诲姟鐭俊", businessType = BusinessType.EXPORT) @PostMapping("/export") public void export(HttpServletResponse response, IvrTasksms ivrTasksms) @@ -62,7 +62,7 @@ /** * 鑾峰彇璇煶浠诲姟鐭俊璇︾粏淇℃伅 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrtasksms:query')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrtasksms:query')") @GetMapping(value = "/{id}") public AjaxResult getInfo(@PathVariable("id") Long id) { @@ -72,7 +72,7 @@ /** * 鏂板璇煶浠诲姟鐭俊 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrtasksms:add')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrtasksms:add')") @Log(title = "璇煶浠诲姟鐭俊", businessType = BusinessType.INSERT) @PostMapping("/add") public AjaxResult add(@RequestBody IvrTasksms ivrTasksms) @@ -83,7 +83,7 @@ /** * 淇敼璇煶浠诲姟鐭俊 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrtasksms:edit')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrtasksms:edit')") @Log(title = "璇煶浠诲姟鐭俊", businessType = BusinessType.UPDATE) @PostMapping("/edit") public AjaxResult edit(@RequestBody IvrTasksms ivrTasksms) @@ -94,7 +94,7 @@ /** * 鍒犻櫎璇煶浠诲姟鐭俊 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrtasksms:remove')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrtasksms:remove')") @Log(title = "璇煶浠诲姟鐭俊", businessType = BusinessType.DELETE) @GetMapping("/remove/{ids}") public AjaxResult remove(@PathVariable Long[] ids) -- Gitblit v1.9.3