From af396db5b1e6dcbb53879af52bd682b4a7e82664 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 21 十月 2024 15:46:44 +0800
Subject: [PATCH] 代码提交
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneFlownodeController.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneFlownodeController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneFlownodeController.java
index ba1a18a..8b9854e 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneFlownodeController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrSceneFlownodeController.java
@@ -23,7 +23,7 @@
/**
* AI澶栧懠娴佺▼鑺傜偣Controller
- *
+ *
* @author smartor
* @date 2023-03-06
*/
@@ -37,7 +37,7 @@
/**
* 鏌ヨAI澶栧懠娴佺▼鑺傜偣鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrflownode:list')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrflownode:list')")
@PostMapping("/list")
public TableDataInfo list(@RequestBody IvrSceneFlownode ivrSceneFlownode)
{
@@ -49,7 +49,7 @@
/**
* 瀵煎嚭AI澶栧懠娴佺▼鑺傜偣鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrflownode:export')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrflownode:export')")
@Log(title = "AI澶栧懠娴佺▼鑺傜偣", businessType = BusinessType.EXPORT)
@PostMapping("/export")
public void export(HttpServletResponse response, IvrSceneFlownode ivrSceneFlownode)
@@ -62,7 +62,7 @@
/**
* 鑾峰彇AI澶栧懠娴佺▼鑺傜偣璇︾粏淇℃伅
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrflownode:query')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrflownode:query')")
@GetMapping(value = "/{flownodeid}")
public AjaxResult getInfo(@PathVariable("flownodeid") Long flownodeid)
{
@@ -72,7 +72,7 @@
/**
* 鏂板AI澶栧懠娴佺▼鑺傜偣
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrflownode:add')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrflownode:add')")
@Log(title = "AI澶栧懠娴佺▼鑺傜偣", businessType = BusinessType.INSERT)
@PostMapping("/add")
public AjaxResult add(@RequestBody IvrSceneFlownode ivrSceneFlownode)
@@ -83,7 +83,7 @@
/**
* 淇敼AI澶栧懠娴佺▼鑺傜偣
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrflownode:edit')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrflownode:edit')")
@Log(title = "AI澶栧懠娴佺▼鑺傜偣", businessType = BusinessType.UPDATE)
@PostMapping("/edit")
public AjaxResult edit(@RequestBody IvrSceneFlownode ivrSceneFlownode)
@@ -94,7 +94,7 @@
/**
* 鍒犻櫎AI澶栧懠娴佺▼鑺傜偣
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrflownode:remove')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrflownode:remove')")
@Log(title = "AI澶栧懠娴佺▼鑺傜偣", businessType = BusinessType.DELETE)
@GetMapping("/remove/{flownodeids}")
public AjaxResult remove(@PathVariable Long[] flownodeids)
--
Gitblit v1.9.3