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/IvrSceneController.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneController.java index 0a75be8..44e0972 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneController.java @@ -37,7 +37,7 @@ /** * 鏌ヨAI澶栧懠鍦烘櫙绠$悊鍒楄〃 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrscene:list')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrscene:list')") @PostMapping("/list") public TableDataInfo list(@RequestBody IvrScene ivrScene) { @@ -49,7 +49,7 @@ /** * 瀵煎嚭AI澶栧懠鍦烘櫙绠$悊鍒楄〃 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrscene:export')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrscene:export')") @Log(title = "AI澶栧懠鍦烘櫙绠$悊", businessType = BusinessType.EXPORT) @PostMapping("/export") public void export(HttpServletResponse response, IvrScene ivrScene) @@ -62,7 +62,7 @@ /** * 鑾峰彇AI澶栧懠鍦烘櫙绠$悊璇︾粏淇℃伅 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrscene:query')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrscene:query')") @GetMapping(value = "/{sceneid}") public AjaxResult getInfo(@PathVariable("sceneid") Long sceneid) { @@ -72,7 +72,7 @@ /** * 鏂板AI澶栧懠鍦烘櫙绠$悊 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrscene:add')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrscene:add')") @Log(title = "AI澶栧懠鍦烘櫙绠$悊", businessType = BusinessType.INSERT) @PostMapping("/add") public AjaxResult add(@RequestBody IvrScene ivrScene) @@ -83,7 +83,7 @@ /** * 淇敼AI澶栧懠鍦烘櫙绠$悊 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrscene:edit')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrscene:edit')") @Log(title = "AI澶栧懠鍦烘櫙绠$悊", businessType = BusinessType.UPDATE) @PostMapping("/edit") public AjaxResult edit(@RequestBody IvrScene ivrScene) @@ -94,7 +94,7 @@ /** * 鍒犻櫎AI澶栧懠鍦烘櫙绠$悊 */ - @PreAuthorize("@ss.hasPermi('smartor:ivrscene:remove')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrscene:remove')") @Log(title = "AI澶栧懠鍦烘櫙绠$悊", businessType = BusinessType.DELETE) @GetMapping("/remove/{sceneids}") public AjaxResult remove(@PathVariable Long[] sceneids) -- Gitblit v1.9.3