From 5389773b2d1ae86daec68b00f67c3682dc907e01 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 22 十一月 2024 14:35:48 +0800
Subject: [PATCH] 代码提交(长期任务电话完成)
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibIntentController.java | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibIntentController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibIntentController.java
index 21cfe24..be6cbed 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibIntentController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibIntentController.java
@@ -1,4 +1,4 @@
-package com.smartor.controller;
+package com.ruoyi.web.controller.smartor;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
@@ -23,7 +23,7 @@
/**
* AI鎰忓浘搴揅ontroller
- *
+ *
* @author smartor
* @date 2023-03-06
*/
@@ -37,7 +37,7 @@
/**
* 鏌ヨAI鎰忓浘搴撳垪琛�
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrlibintent:list')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrlibintent:list')")
@PostMapping("/list")
public TableDataInfo list(@RequestBody IvrLibIntent ivrLibIntent)
{
@@ -49,7 +49,7 @@
/**
* 瀵煎嚭AI鎰忓浘搴撳垪琛�
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrlibintent:export')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrlibintent:export')")
@Log(title = "AI鎰忓浘搴�", businessType = BusinessType.EXPORT)
@PostMapping("/export")
public void export(HttpServletResponse response, IvrLibIntent ivrLibIntent)
@@ -62,7 +62,7 @@
/**
* 鑾峰彇AI鎰忓浘搴撹缁嗕俊鎭�
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrlibintent:query')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrlibintent:query')")
@GetMapping(value = "/{intentid}")
public AjaxResult getInfo(@PathVariable("intentid") Long intentid)
{
@@ -72,7 +72,7 @@
/**
* 鏂板AI鎰忓浘搴�
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrlibintent:add')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrlibintent:add')")
@Log(title = "AI鎰忓浘搴�", businessType = BusinessType.INSERT)
@PostMapping("/add")
public AjaxResult add(@RequestBody IvrLibIntent ivrLibIntent)
@@ -83,7 +83,7 @@
/**
* 淇敼AI鎰忓浘搴�
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrlibintent:edit')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrlibintent:edit')")
@Log(title = "AI鎰忓浘搴�", businessType = BusinessType.UPDATE)
@PostMapping("/edit")
public AjaxResult edit(@RequestBody IvrLibIntent ivrLibIntent)
@@ -94,7 +94,7 @@
/**
* 鍒犻櫎AI鎰忓浘搴�
*/
- @PreAuthorize("@ss.hasPermi('smartor:ivrlibintent:remove')")
+ //@PreAuthorize("@ss.hasPermi('smartor:ivrlibintent:remove')")
@Log(title = "AI鎰忓浘搴�", businessType = BusinessType.DELETE)
@GetMapping("/remove/{intentids}")
public AjaxResult remove(@PathVariable Long[] intentids)
--
Gitblit v1.9.3