From da8419536c33e726b02af85b710465f5d25afdf9 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期一, 19 一月 2026 16:21:05 +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