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/project/VServiceDonateorganRegisterController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/VServiceDonateorganRegisterController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/VServiceDonateorganRegisterController.java
index b048917..d1c91fc 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/VServiceDonateorganRegisterController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/VServiceDonateorganRegisterController.java
@@ -43,7 +43,7 @@
* 鏌ヨ鍣ㄥ畼淇℃伅鐧昏鏂板垪琛�
*/
@ApiOperation("鑾峰彇鍣ㄥ畼鐧昏鍒楄〃")
- //@PreAuthorize("@ss.hasPermi('project:register:list')")
+ //// @PreAuthorize("@ss.hasPermi('project:register:list')")
@GetMapping("/list")
public TableDataInfo list(VServiceDonateorganRegister vServiceDonateorganRegister)
{
@@ -56,7 +56,7 @@
* 瀵煎嚭鍣ㄥ畼淇℃伅鐧昏鏂板垪琛�
*/
@ApiOperation("瀵煎嚭鍣ㄥ畼鐧昏鍒楄〃")
- //@PreAuthorize("@ss.hasPermi('project:register:export')")
+ //// @PreAuthorize("@ss.hasPermi('project:register:export')")
@Log(title = "鍣ㄥ畼淇℃伅鐧昏鏂�", businessType = BusinessType.EXPORT)
@GetMapping("/export")
public AjaxResult export(VServiceDonateorganRegister vServiceDonateorganRegister)
@@ -70,7 +70,7 @@
* 鑾峰彇鍣ㄥ畼淇℃伅鐧昏鏂拌缁嗕俊鎭�
*/
@ApiOperation("閫氳繃id鑾峰彇鍣ㄥ畼鐧昏淇℃伅")
- //@PreAuthorize("@ss.hasPermi('project:register:query')")
+ //// @PreAuthorize("@ss.hasPermi('project:register:query')")
@GetMapping(value = "/{id}")
public AjaxResult getInfo(@PathVariable("id") Long id)
{
@@ -81,7 +81,7 @@
* 鏂板鍣ㄥ畼淇℃伅鐧昏鏂�
*/
@ApiOperation("鏂板鍣ㄥ畼鐧昏")
- //@PreAuthorize("@ss.hasPermi('project:register:add')")
+ //// @PreAuthorize("@ss.hasPermi('project:register:add')")
@Log(title = "鍣ㄥ畼淇℃伅鐧昏鏂�", businessType = BusinessType.INSERT)
@PostMapping("/add")
@RepeatSubmit
@@ -95,7 +95,7 @@
* 淇敼鍣ㄥ畼淇℃伅鐧昏鏂�
*/
@ApiOperation("淇敼鍣ㄥ畼鐧昏")
- //@PreAuthorize("@ss.hasPermi('project:register:edit')")
+ //// @PreAuthorize("@ss.hasPermi('project:register:edit')")
@Log(title = "鍣ㄥ畼淇℃伅鐧昏鏂�", businessType = BusinessType.UPDATE)
@PutMapping
@RepeatSubmit
@@ -108,7 +108,7 @@
* 鍒犻櫎鍣ㄥ畼淇℃伅鐧昏鏂�
*/
@ApiOperation("鍒犻櫎鍣ㄥ畼鐧昏")
- //@PreAuthorize("@ss.hasPermi('project:register:remove')")
+ //// @PreAuthorize("@ss.hasPermi('project:register:remove')")
@Log(title = "鍣ㄥ畼淇℃伅鐧昏鏂�", businessType = BusinessType.DELETE)
@DeleteMapping("/{ids}")
public AjaxResult remove(@PathVariable Long[] ids)
--
Gitblit v1.9.3