From 8d913e5594f45ca2a4ce656ea9feb99ffe715913 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 29 十一月 2024 18:44:58 +0800
Subject: [PATCH] 代码提交
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibaExtemplateCategoryController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibaExtemplateCategoryController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibaExtemplateCategoryController.java
index c9297a2..5843c37 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibaExtemplateCategoryController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibaExtemplateCategoryController.java
@@ -34,7 +34,7 @@
* 鏌ヨ閫氱敤妯℃澘鍒嗙被鍒楄〃
*/
@ApiOperation("鏌ヨ閫氱敤妯℃澘鍒嗙被鍒楄〃")
- @PreAuthorize("@ss.hasPermi('smartor:category:list')")
+ //@PreAuthorize("@ss.hasPermi('smartor:category:list')")
@PostMapping("/list")
public TableDataInfo list(@RequestBody IvrLibaExtemplateCategory ivrLibaExtemplateCategory) {
startPage();
@@ -46,7 +46,7 @@
* 瀵煎嚭閫氱敤妯℃澘鍒嗙被鍒楄〃
*/
@ApiOperation("瀵煎嚭閫氱敤妯℃澘鍒嗙被鍒楄〃")
- @PreAuthorize("@ss.hasPermi('smartor:category:export')")
+ //@PreAuthorize("@ss.hasPermi('smartor:category:export')")
@Log(title = "閫氱敤妯℃澘鍒嗙被", businessType = BusinessType.EXPORT)
@PostMapping("/export")
public void export(HttpServletResponse response, IvrLibaExtemplateCategory ivrLibaExtemplateCategory) {
@@ -59,7 +59,7 @@
* 鑾峰彇閫氱敤妯℃澘鍒嗙被璇︾粏淇℃伅
*/
@ApiOperation("鑾峰彇閫氱敤妯℃澘鍒嗙被璇︾粏淇℃伅")
- @PreAuthorize("@ss.hasPermi('smartor:category:query')")
+ //@PreAuthorize("@ss.hasPermi('smartor:category:query')")
@GetMapping(value = "/getInfo/{intertcatid}")
public AjaxResult getInfo(@PathVariable("intertcatid") Long intertcatid) {
return success(ivrLibaExtemplateCategoryService.selectIvrLibaExtemplateCategoryByIntertcatid(intertcatid));
@@ -69,7 +69,7 @@
* 鏂板閫氱敤妯℃澘鍒嗙被
*/
@ApiOperation("鏂板閫氱敤妯℃澘鍒嗙被")
- @PreAuthorize("@ss.hasPermi('smartor:category:add')")
+ //@PreAuthorize("@ss.hasPermi('smartor:category:add')")
@Log(title = "閫氱敤妯℃澘鍒嗙被", businessType = BusinessType.INSERT)
@PostMapping("/add")
public AjaxResult add(@RequestBody IvrLibaExtemplateCategory ivrLibaExtemplateCategory) {
@@ -80,7 +80,7 @@
* 淇敼閫氱敤妯℃澘鍒嗙被
*/
@ApiOperation("淇敼閫氱敤妯℃澘鍒嗙被")
- @PreAuthorize("@ss.hasPermi('smartor:category:edit')")
+ //@PreAuthorize("@ss.hasPermi('smartor:category:edit')")
@Log(title = "閫氱敤妯℃澘鍒嗙被", businessType = BusinessType.UPDATE)
@PostMapping("/edit")
public AjaxResult edit(@RequestBody IvrLibaExtemplateCategory ivrLibaExtemplateCategory) {
@@ -91,7 +91,7 @@
* 鍒犻櫎閫氱敤妯℃澘鍒嗙被
*/
@ApiOperation("鍒犻櫎閫氱敤妯℃澘鍒嗙被")
- @PreAuthorize("@ss.hasPermi('smartor:category:remove')")
+ //@PreAuthorize("@ss.hasPermi('smartor:category:remove')")
@Log(title = "閫氱敤妯℃澘鍒嗙被", businessType = BusinessType.DELETE)
@GetMapping("/remove/{intertcatids}")
public AjaxResult remove(@PathVariable Long[] intertcatids) {
--
Gitblit v1.9.3