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/IvrSceneExecuteconfigController.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneExecuteconfigController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneExecuteconfigController.java
index ec13ed7..9ce8c74 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneExecuteconfigController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneExecuteconfigController.java
@@ -23,7 +23,7 @@
/**
* AI澶栧懠鎵ц閰嶇疆Controller
- *
+ *
* @author smartor
* @date 2023-03-06
*/
@@ -37,7 +37,7 @@
/**
* 鏌ヨAI澶栧懠鎵ц閰嶇疆鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrexecuteconfig:list')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrexecuteconfig:list')")
@PostMapping("/list")
public TableDataInfo list(@RequestBody IvrSceneExecuteconfig ivrSceneExecuteconfig)
{
@@ -49,7 +49,7 @@
/**
* 瀵煎嚭AI澶栧懠鎵ц閰嶇疆鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrexecuteconfig:export')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrexecuteconfig:export')")
@Log(title = "AI澶栧懠鎵ц閰嶇疆", businessType = BusinessType.EXPORT)
@PostMapping("/export")
public void export(HttpServletResponse response, IvrSceneExecuteconfig ivrSceneExecuteconfig)
@@ -62,7 +62,7 @@
/**
* 鑾峰彇AI澶栧懠鎵ц閰嶇疆璇︾粏淇℃伅
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrexecuteconfig:query')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrexecuteconfig:query')")
@GetMapping(value = "/{scenecfgid}")
public AjaxResult getInfo(@PathVariable("scenecfgid") Long scenecfgid)
{
@@ -72,7 +72,7 @@
/**
* 鏂板AI澶栧懠鎵ц閰嶇疆
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrexecuteconfig:add')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrexecuteconfig:add')")
@Log(title = "AI澶栧懠鎵ц閰嶇疆", businessType = BusinessType.INSERT)
@PostMapping("/add")
public AjaxResult add(@RequestBody IvrSceneExecuteconfig ivrSceneExecuteconfig)
@@ -83,7 +83,7 @@
/**
* 淇敼AI澶栧懠鎵ц閰嶇疆
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrexecuteconfig:edit')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrexecuteconfig:edit')")
@Log(title = "AI澶栧懠鎵ц閰嶇疆", businessType = BusinessType.UPDATE)
@PostMapping("/edit")
public AjaxResult edit(@RequestBody IvrSceneExecuteconfig ivrSceneExecuteconfig)
@@ -94,7 +94,7 @@
/**
* 鍒犻櫎AI澶栧懠鎵ц閰嶇疆
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrexecuteconfig:remove')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrexecuteconfig:remove')")
@Log(title = "AI澶栧懠鎵ц閰嶇疆", businessType = BusinessType.DELETE)
@GetMapping("/remove/{scenecfgids}")
public AjaxResult remove(@PathVariable Long[] scenecfgids)
--
Gitblit v1.9.3