From 7865c2a70e8cf9d0f44e66131bdc98bcea089c7c Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期一, 02 二月 2026 15:23:00 +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