From f55c563e2a0b52e4569ce6b5f81632cac598f7fe Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 30 十月 2024 18:36:55 +0800 Subject: [PATCH] 代码提交 --- ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneRecallController.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneRecallController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneRecallController.java index 99c46d1..b520448 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneRecallController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneRecallController.java @@ -23,7 +23,7 @@ /** * AI澶栧懠閲嶆嫧閰嶇疆Controller - * + * * @author smartor * @date 2023-03-06 */ @@ -37,7 +37,7 @@ /** * 鏌ヨAI澶栧懠閲嶆嫧閰嶇疆鍒楄〃 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrrecall:list')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrrecall:list')") @PostMapping("/list") public TableDataInfo list(@RequestBody IvrSceneRecall ivrSceneRecall) { @@ -49,7 +49,7 @@ /** * 瀵煎嚭AI澶栧懠閲嶆嫧閰嶇疆鍒楄〃 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrrecall:export')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrrecall:export')") @Log(title = "AI澶栧懠閲嶆嫧閰嶇疆", businessType = BusinessType.EXPORT) @PostMapping("/export") public void export(HttpServletResponse response, IvrSceneRecall ivrSceneRecall) @@ -62,7 +62,7 @@ /** * 鑾峰彇AI澶栧懠閲嶆嫧閰嶇疆璇︾粏淇℃伅 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrrecall:query')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrrecall:query')") @GetMapping(value = "/{recallid}") public AjaxResult getInfo(@PathVariable("recallid") Long recallid) { @@ -72,7 +72,7 @@ /** * 鏂板AI澶栧懠閲嶆嫧閰嶇疆 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrrecall:add')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrrecall:add')") @Log(title = "AI澶栧懠閲嶆嫧閰嶇疆", businessType = BusinessType.INSERT) @PostMapping("/add") public AjaxResult add(@RequestBody IvrSceneRecall ivrSceneRecall) @@ -83,7 +83,7 @@ /** * 淇敼AI澶栧懠閲嶆嫧閰嶇疆 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrrecall:edit')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrrecall:edit')") @Log(title = "AI澶栧懠閲嶆嫧閰嶇疆", businessType = BusinessType.UPDATE) @PostMapping("/edit") public AjaxResult edit(@RequestBody IvrSceneRecall ivrSceneRecall) @@ -94,7 +94,7 @@ /** * 鍒犻櫎AI澶栧懠閲嶆嫧閰嶇疆 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrrecall:remove')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrrecall:remove')") @Log(title = "AI澶栧懠閲嶆嫧閰嶇疆", businessType = BusinessType.DELETE) @GetMapping("/remove/{recallids}") public AjaxResult remove(@PathVariable Long[] recallids) -- Gitblit v1.9.3