From f331c2e3e449959a507c80c33493a122075c13c8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 17 十月 2025 13:35:34 +0800
Subject: [PATCH] 修改代码
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/VExpertfeeTotalController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/VExpertfeeTotalController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/VExpertfeeTotalController.java
index 49c9629..cabdfe4 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/VExpertfeeTotalController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/VExpertfeeTotalController.java
@@ -36,7 +36,7 @@
* 鏌ヨVIEW鍒楄〃
*/
@ApiOperation("鏌ヨVIEW鍒楄〃")
- @PreAuthorize("@ss.hasPermi('system:total:list')")
+ // @PreAuthorize("@ss.hasPermi('system:total:list')")
@GetMapping("/list")
public TableDataInfo list(VExpertfeeTotal vExpertfeeTotal)
{
@@ -49,7 +49,7 @@
* 瀵煎嚭VIEW鍒楄〃
*/
@ApiOperation("瀵煎嚭VIEW鍒楄〃")
- @PreAuthorize("@ss.hasPermi('system:total:export')")
+ // @PreAuthorize("@ss.hasPermi('system:total:export')")
@Log(title = "VIEW", businessType = BusinessType.EXPORT)
@GetMapping("/export")
public AjaxResult export(VExpertfeeTotal vExpertfeeTotal)
@@ -63,7 +63,7 @@
* 鑾峰彇VIEW璇︾粏淇℃伅
*/
@ApiOperation("鑾峰彇VIEW璇︾粏淇℃伅")
- @PreAuthorize("@ss.hasPermi('system:total:query')")
+ // @PreAuthorize("@ss.hasPermi('system:total:query')")
@GetMapping(value = "/{fundTaxId}")
public AjaxResult getInfo(@PathVariable("fundTaxId") Long fundTaxId)
{
@@ -74,7 +74,7 @@
* 鏂板VIEW
*/
@ApiOperation("鏂板VIEW")
- @PreAuthorize("@ss.hasPermi('system:total:add')")
+ // @PreAuthorize("@ss.hasPermi('system:total:add')")
@Log(title = "VIEW", businessType = BusinessType.INSERT)
@PostMapping
@RepeatSubmit
@@ -87,7 +87,7 @@
* 淇敼VIEW
*/
@ApiOperation("淇敼VIEW")
- @PreAuthorize("@ss.hasPermi('system:total:edit')")
+ // @PreAuthorize("@ss.hasPermi('system:total:edit')")
@Log(title = "VIEW", businessType = BusinessType.UPDATE)
@PutMapping
@RepeatSubmit
@@ -100,7 +100,7 @@
* 鍒犻櫎VIEW
*/
@ApiOperation("鍒犻櫎VIEW")
- @PreAuthorize("@ss.hasPermi('system:total:remove')")
+ // @PreAuthorize("@ss.hasPermi('system:total:remove')")
@Log(title = "VIEW", businessType = BusinessType.DELETE)
@DeleteMapping("/{fundTaxIds}")
public AjaxResult remove(@PathVariable Long[] fundTaxIds)
--
Gitblit v1.9.3