From b6dd47b05107fc36d8ff4f7f29a4446521f95503 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 02 一月 2025 18:44:28 +0800
Subject: [PATCH] 代码提交

---
 ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFunddetailController.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFunddetailController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFunddetailController.java
index 9d600a5..d08876e 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFunddetailController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFunddetailController.java
@@ -7,6 +7,7 @@
 import com.ruoyi.common.core.domain.AjaxResult;
 import com.ruoyi.common.core.page.TableDataInfo;
 import com.ruoyi.common.enums.BusinessType;
+import com.ruoyi.common.exception.base.BaseException;
 import com.ruoyi.common.utils.poi.ExcelUtil;
 import com.ruoyi.project.domain.FunddetailReqVo;
 import com.ruoyi.project.domain.ServiceFunddetail;
@@ -41,7 +42,7 @@
      * 鏌ヨ璐圭敤鐢宠鏄庣粏鍒楄〃
      */
     @ApiOperation("鏌ヨ璐圭敤鐢宠鏄庣粏鍒楄〃")
-    //@PreAuthorize("@ss.hasPermi('project:funddetail:list')")
+    //// @PreAuthorize("@ss.hasPermi('project:funddetail:list')")
     @GetMapping("/list")
     public TableDataInfo list(ServiceFunddetail serviceFunddetail) {
         startPage();
@@ -54,7 +55,7 @@
      * 瀵煎嚭璐圭敤鐢宠鏄庣粏鍒楄〃
      */
     @ApiOperation("瀵煎嚭璐圭敤鐢宠鏄庣粏鍒楄〃")
-    //@PreAuthorize("@ss.hasPermi('project:funddetail:export')")
+    //// @PreAuthorize("@ss.hasPermi('project:funddetail:export')")
     @Log(title = "璐圭敤鐢宠鏄庣粏", businessType = BusinessType.EXPORT)
     @GetMapping("/export")
     public AjaxResult export(ServiceFunddetail serviceFunddetail) {
@@ -67,7 +68,7 @@
      * 鑾峰彇璐圭敤鐢宠鏄庣粏璇︾粏淇℃伅
      */
     @ApiOperation("鑾峰彇璐圭敤鐢宠鏄庣粏璇︾粏淇℃伅")
-    //@PreAuthorize("@ss.hasPermi('project:funddetail:query')")
+    //// @PreAuthorize("@ss.hasPermi('project:funddetail:query')")
     @GetMapping(value = "/{id}")
     public AjaxResult getInfo(@PathVariable("id") Long id) {
         return AjaxResult.success(serviceFunddetailService.getById(id));
@@ -77,7 +78,7 @@
      * 鏂板璐圭敤鐢宠鏄庣粏
      */
     @ApiOperation("鏂板璐圭敤鐢宠鏄庣粏")
-    //@PreAuthorize("@ss.hasPermi('project:funddetail:add')")
+    //// @PreAuthorize("@ss.hasPermi('project:funddetail:add')")
     @Log(title = "璐圭敤鐢宠鏄庣粏", businessType = BusinessType.INSERT)
     @PostMapping("/add")
     @NotRepeatCommit(key = "param:arg[1]", value = 30000)
@@ -90,7 +91,7 @@
      * 淇敼璐圭敤鐢宠鏄庣粏
      */
     @ApiOperation("淇敼璐圭敤鐢宠鏄庣粏")
-    //@PreAuthorize("@ss.hasPermi('project:funddetail:edit')")
+    //// @PreAuthorize("@ss.hasPermi('project:funddetail:edit')")
     @Log(title = "璐圭敤鐢宠鏄庣粏", businessType = BusinessType.UPDATE)
     @PostMapping("/edit")
     @NotRepeatCommit(key = "param:arg[1]", value = 30000)
@@ -103,7 +104,7 @@
      * 鍒犻櫎璐圭敤鐢宠鏄庣粏
      */
     @ApiOperation("鍒犻櫎璐圭敤鐢宠鏄庣粏")
-    //@PreAuthorize("@ss.hasPermi('project:funddetail:remove')")
+    //// @PreAuthorize("@ss.hasPermi('project:funddetail:remove')")
     @Log(title = "璐圭敤鐢宠鏄庣粏", businessType = BusinessType.DELETE)
     @GetMapping("/remove/{ids}")
     public AjaxResult remove(@PathVariable Long[] ids) {
@@ -185,7 +186,6 @@
      * 鏌ヨ缁╂晥濂栭噾缁熻
      */
     @ApiOperation("鏌ヨ缁╂晥濂栭噾缁熻")
-    //@PreAuthorize("@ss.hasPermi('project:fund:list')")
     @PostMapping("/getListBySpStatBonus")
     public TableDataInfo getListBySpStatBonus(@RequestBody SpStatBonusReq spStatBonusReq) {
         startPage();

--
Gitblit v1.9.3