From 10aaa035f5be0312304d20f022bdb714a8f4900a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 11 十二月 2024 22:16:23 +0800
Subject: [PATCH] 代码提交
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibScriptcategoryController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibScriptcategoryController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibScriptcategoryController.java
index c510b97..f8757b4 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibScriptcategoryController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibScriptcategoryController.java
@@ -37,7 +37,7 @@
/**
* 鏌ヨAI璇濇湳搴撳垎绫诲垪琛�
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrlibscriptcategory:list')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrlibscriptcategory:list')")
@PostMapping("/list")
public TableDataInfo list(@RequestBody IvrLibScriptcategory ivrLibScriptcategory)
{
@@ -49,7 +49,7 @@
/**
* 瀵煎嚭AI璇濇湳搴撳垎绫诲垪琛�
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrlibscriptcategory:export')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrlibscriptcategory:export')")
@Log(title = "AI璇濇湳搴撳垎绫�", businessType = BusinessType.EXPORT)
@PostMapping("/export")
public void export(HttpServletResponse response, IvrLibScriptcategory ivrLibScriptcategory)
@@ -62,7 +62,7 @@
/**
* 鑾峰彇AI璇濇湳搴撳垎绫昏缁嗕俊鎭�
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrlibscriptcategory:query')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrlibscriptcategory:query')")
@GetMapping(value = "/{categoryid}")
public AjaxResult getInfo(@PathVariable("categoryid") Long categoryid)
{
@@ -72,7 +72,7 @@
/**
* 鏂板AI璇濇湳搴撳垎绫�
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrlibscriptcategory:add')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrlibscriptcategory:add')")
@Log(title = "AI璇濇湳搴撳垎绫�", businessType = BusinessType.INSERT)
@PostMapping("/add")
public AjaxResult add(@RequestBody IvrLibScriptcategory ivrLibScriptcategory)
@@ -83,7 +83,7 @@
/**
* 淇敼AI璇濇湳搴撳垎绫�
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrlibscriptcategory:edit')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrlibscriptcategory:edit')")
@Log(title = "AI璇濇湳搴撳垎绫�", businessType = BusinessType.UPDATE)
@PostMapping("/edit")
public AjaxResult edit(@RequestBody IvrLibScriptcategory ivrLibScriptcategory)
@@ -94,7 +94,7 @@
/**
* 鍒犻櫎AI璇濇湳搴撳垎绫�
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrlibscriptcategory:remove')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrlibscriptcategory:remove')")
@Log(title = "AI璇濇湳搴撳垎绫�", businessType = BusinessType.DELETE)
@GetMapping("/remove/{categoryids}")
public AjaxResult remove(@PathVariable Long[] categoryids)
--
Gitblit v1.9.3