From d12e3956751fe321e3ab6ef3daa4f0217a25b819 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期一, 26 一月 2026 10:36:14 +0800
Subject: [PATCH] 新增三个字段

---
 service/src/main/java/com/ruoyi/cwgl/controller/FundFlowController.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/service/src/main/java/com/ruoyi/cwgl/controller/FundFlowController.java b/service/src/main/java/com/ruoyi/cwgl/controller/FundFlowController.java
index 4ac61bf..7f05682 100644
--- a/service/src/main/java/com/ruoyi/cwgl/controller/FundFlowController.java
+++ b/service/src/main/java/com/ruoyi/cwgl/controller/FundFlowController.java
@@ -105,4 +105,15 @@
     {
         return toAjax(fundFlowService.deleteFundFlowByIds(ids));
     }
+
+    /**
+     * 纭璧勯噾娴佹按锛堝皢鐘舵�佹敼涓哄緟璁ら锛�
+     */
+    @PreAuthorize("@ss.hasPermi('cwgl:fundFlow:edit')")
+    @Log(title = "璧勯噾娴佹按", businessType = BusinessType.UPDATE)
+    @PutMapping("/confirm/{id}")
+    public AjaxResult confirm(@PathVariable("id") Integer id)
+    {
+        return toAjax(fundFlowService.confirmFundFlow(id));
+    }
 }

--
Gitblit v1.8.0