From 34a716e48e49743083953113bfc2e8011d52444f Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 15 九月 2025 19:08:05 +0800
Subject: [PATCH] 日志修改
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysClassController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysClassController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysClassController.java
index e9bb8f1..d235e34 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysClassController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysClassController.java
@@ -38,7 +38,7 @@
/**
* 鏌ヨ鐝骇淇℃伅鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('system:class:list')")
+ // @PreAuthorize("@ss.hasPermi('system:class:list')")
@GetMapping("/list")
public TableDataInfo list(SysClass sysClass)
{
@@ -50,7 +50,7 @@
/**
* 瀵煎嚭鐝骇淇℃伅鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('system:class:export')")
+ // @PreAuthorize("@ss.hasPermi('system:class:export')")
@Log(title = "鐝骇淇℃伅", businessType = BusinessType.EXPORT)
@GetMapping("/export")
public AjaxResult export(SysClass sysClass)
@@ -63,7 +63,7 @@
/**
* 鑾峰彇鐝骇淇℃伅璇︾粏淇℃伅
*/
- @PreAuthorize("@ss.hasPermi('system:class:query')")
+ // @PreAuthorize("@ss.hasPermi('system:class:query')")
@GetMapping(value = "/{classId}")
public AjaxResult getInfo(@PathVariable("classId") Long classId)
{
@@ -73,7 +73,7 @@
/**
* 鏂板鐝骇淇℃伅
*/
- @PreAuthorize("@ss.hasPermi('system:class:add')")
+ // @PreAuthorize("@ss.hasPermi('system:class:add')")
@Log(title = "鐝骇淇℃伅", businessType = BusinessType.INSERT)
@PostMapping
@RepeatSubmit
@@ -85,7 +85,7 @@
/**
* 淇敼鐝骇淇℃伅
*/
- @PreAuthorize("@ss.hasPermi('system:class:edit')")
+ // @PreAuthorize("@ss.hasPermi('system:class:edit')")
@Log(title = "鐝骇淇℃伅", businessType = BusinessType.UPDATE)
@PostMapping("/edit")
@RepeatSubmit
@@ -97,7 +97,7 @@
/**
* 鍒犻櫎鐝骇淇℃伅
*/
- @PreAuthorize("@ss.hasPermi('system:class:remove')")
+ // @PreAuthorize("@ss.hasPermi('system:class:remove')")
@Log(title = "鐝骇淇℃伅", businessType = BusinessType.DELETE)
@GetMapping("/remove/{classIds}")
public AjaxResult remove(@PathVariable Long[] classIds)
--
Gitblit v1.9.3