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/SvyLibTemplateTagController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/SvyLibTemplateTagController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/SvyLibTemplateTagController.java
index 352a17a..c94491a 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/SvyLibTemplateTagController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/SvyLibTemplateTagController.java
@@ -31,7 +31,7 @@
/**
* 鏌ヨ妯℃澘鏍囩鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('system:tag:list')")
+ //@PreAuthorize("@ss.hasPermi('system:tag:list')")
@GetMapping("/list")
public TableDataInfo list(SvyLibTemplateTag svyLibTemplateTag)
{
@@ -43,7 +43,7 @@
/**
* 瀵煎嚭妯℃澘鏍囩鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('system:tag:export')")
+ //@PreAuthorize("@ss.hasPermi('system:tag:export')")
@Log(title = "妯℃澘鏍囩", businessType = BusinessType.EXPORT)
@PostMapping("/export")
public void export(HttpServletResponse response, SvyLibTemplateTag svyLibTemplateTag)
@@ -56,7 +56,7 @@
/**
* 鑾峰彇妯℃澘鏍囩璇︾粏淇℃伅
*/
- @PreAuthorize("@ss.hasPermi('system:tag:query')")
+ //@PreAuthorize("@ss.hasPermi('system:tag:query')")
@GetMapping(value = "/{id}")
public AjaxResult getInfo(@PathVariable("id") Long id)
{
@@ -66,7 +66,7 @@
/**
* 鏂板妯℃澘鏍囩
*/
- @PreAuthorize("@ss.hasPermi('system:tag:add')")
+ //@PreAuthorize("@ss.hasPermi('system:tag:add')")
@Log(title = "妯℃澘鏍囩", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@RequestBody SvyLibTemplateTag svyLibTemplateTag)
@@ -77,7 +77,7 @@
/**
* 淇敼妯℃澘鏍囩
*/
- @PreAuthorize("@ss.hasPermi('system:tag:edit')")
+ //@PreAuthorize("@ss.hasPermi('system:tag:edit')")
@Log(title = "妯℃澘鏍囩", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@RequestBody SvyLibTemplateTag svyLibTemplateTag)
@@ -88,7 +88,7 @@
/**
* 鍒犻櫎妯℃澘鏍囩
*/
- @PreAuthorize("@ss.hasPermi('system:tag:remove')")
+ //@PreAuthorize("@ss.hasPermi('system:tag:remove')")
@Log(title = "妯℃澘鏍囩", businessType = BusinessType.DELETE)
@DeleteMapping("/{ids}")
public AjaxResult remove(@PathVariable Long[] ids)
--
Gitblit v1.9.3