From e842ed74b3167075e4f8f0cf76b38ddc53a8fb54 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 12 九月 2025 22:18:48 +0800
Subject: [PATCH] 日志修改
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateflowchartController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateflowchartController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateflowchartController.java
index 0ededfa..4307ae6 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateflowchartController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateflowchartController.java
@@ -43,7 +43,7 @@
* 鏌ヨ鎹愮尞娴佺▼鍒楄〃
*/
@ApiOperation("鏌ヨ鎹愮尞娴佺▼")
- //@PreAuthorize("@ss.hasPermi('system:donateflowchart:list')")
+ //// @PreAuthorize("@ss.hasPermi('system:donateflowchart:list')")
@GetMapping("/list")
public TableDataInfo list(ServiceDonateflowchart serviceDonateflowchart) {
startPage();
@@ -56,7 +56,7 @@
* 瀵煎嚭鎹愮尞娴佺▼鍒楄〃
*/
@ApiOperation("瀵煎嚭鎹愮尞娴佺▼")
- //@PreAuthorize("@ss.hasPermi('system:donateflowchart:export')")
+ //// @PreAuthorize("@ss.hasPermi('system:donateflowchart:export')")
@Log(title = "鎹愮尞娴佺▼", businessType = BusinessType.EXPORT)
@GetMapping("/export")
public AjaxResult export(ServiceDonateflowchart serviceDonateflowchart) {
@@ -69,7 +69,7 @@
* 鑾峰彇鎹愮尞娴佺▼璇︾粏淇℃伅
*/
@ApiOperation("閫氳繃id鑾峰彇鎹愮尞娴佺▼")
- //@PreAuthorize("@ss.hasPermi('system:donateflowchart:query')")
+ //// @PreAuthorize("@ss.hasPermi('system:donateflowchart:query')")
@GetMapping(value = "/{id}")
public AjaxResult getInfo(@PathVariable("id") Long id) {
return AjaxResult.success(serviceDonateflowchartService.getById(id));
@@ -79,7 +79,7 @@
* 鏂板鎹愮尞娴佺▼
*/
@ApiOperation("鏂板鎹愮尞娴佺▼")
- //@PreAuthorize("@ss.hasPermi('system:donateflowchart:add')")
+ //// @PreAuthorize("@ss.hasPermi('system:donateflowchart:add')")
@Log(title = "鎹愮尞娴佺▼", businessType = BusinessType.INSERT)
@PostMapping("/add")
@RepeatSubmit
@@ -92,7 +92,7 @@
* 淇敼鎹愮尞娴佺▼
*/
@ApiOperation("淇敼鎹愮尞娴佺▼")
- //@PreAuthorize("@ss.hasPermi('system:donateflowchart:edit')")
+ //// @PreAuthorize("@ss.hasPermi('system:donateflowchart:edit')")
@Log(title = "鎹愮尞娴佺▼", businessType = BusinessType.UPDATE)
@PostMapping("/edit")
@RepeatSubmit
@@ -111,7 +111,7 @@
* 鍒犻櫎鎹愮尞娴佺▼
*/
@ApiOperation("鍒犻櫎鎹愮尞娴佺▼")
- //@PreAuthorize("@ss.hasPermi('system:donateflowchart:remove')")
+ //// @PreAuthorize("@ss.hasPermi('system:donateflowchart:remove')")
@Log(title = "鎹愮尞娴佺▼", businessType = BusinessType.DELETE)
@GetMapping("/remove/{ids}")
public AjaxResult remove(@PathVariable Long[] ids) {
--
Gitblit v1.9.3