From e44f3f7b666394907a016488e79f788e7ed97a70 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 27 十一月 2024 19:23:37 +0800
Subject: [PATCH] 代码提交
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrScenecategoryController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrScenecategoryController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrScenecategoryController.java
index 8e0d532..069e548 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrScenecategoryController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrScenecategoryController.java
@@ -37,7 +37,7 @@
/**
* 鏌ヨAI鏈嶅姟鍦烘櫙绠$悊鍒嗙被鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrscenecategory:list')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrscenecategory:list')")
@PostMapping("/list")
public TableDataInfo list(@RequestBody IvrScenecategory ivrScenecategory) {
startPage();
@@ -48,7 +48,7 @@
/**
* 瀵煎嚭AI鏈嶅姟鍦烘櫙绠$悊鍒嗙被鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrscenecategory:export')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrscenecategory:export')")
@Log(title = "AI鏈嶅姟鍦烘櫙绠$悊鍒嗙被", businessType = BusinessType.EXPORT)
@PostMapping("/export")
public void export(HttpServletResponse response, IvrScenecategory ivrScenecategory) {
@@ -60,7 +60,7 @@
/**
* 鑾峰彇AI鏈嶅姟鍦烘櫙绠$悊鍒嗙被璇︾粏淇℃伅
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrscenecategory:query')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrscenecategory:query')")
@GetMapping(value = "/{scenecatid}")
public AjaxResult getInfo(@PathVariable("scenecatid") Long scenecatid) {
return success(ivrScenecategoryService.selectIvrScenecategoryByScenecatid(scenecatid));
@@ -69,7 +69,7 @@
/**
* 鏂板AI鏈嶅姟鍦烘櫙绠$悊鍒嗙被
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrscenecategory:add')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrscenecategory:add')")
@Log(title = "AI鏈嶅姟鍦烘櫙绠$悊鍒嗙被", businessType = BusinessType.INSERT)
@PostMapping("/add")
public AjaxResult add(@RequestBody IvrScenecategory ivrScenecategory) {
@@ -79,7 +79,7 @@
/**
* 淇敼AI鏈嶅姟鍦烘櫙绠$悊鍒嗙被
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrscenecategory:edit')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrscenecategory:edit')")
@Log(title = "AI鏈嶅姟鍦烘櫙绠$悊鍒嗙被", businessType = BusinessType.UPDATE)
@PostMapping("/edit")
public AjaxResult edit(@RequestBody IvrScenecategory ivrScenecategory) {
@@ -89,7 +89,7 @@
/**
* 鍒犻櫎AI鏈嶅姟鍦烘櫙绠$悊鍒嗙被
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrscenecategory:remove')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrscenecategory:remove')")
@Log(title = "AI鏈嶅姟鍦烘櫙绠$悊鍒嗙被", businessType = BusinessType.DELETE)
@GetMapping("/remove/{scenecatids}")
public AjaxResult remove(@PathVariable Long[] scenecatids) {
--
Gitblit v1.9.3