From f18119f31d23ffe789f9347a9d697fae279f4ffa Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期四, 14 八月 2025 10:12:31 +0800
Subject: [PATCH] 新增结算接口

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

diff --git a/service/src/main/java/com/ruoyi/cwgl/controller/EstimatedReceivableBillController.java b/service/src/main/java/com/ruoyi/cwgl/controller/EstimatedReceivableBillController.java
index 1e0150e..755def7 100644
--- a/service/src/main/java/com/ruoyi/cwgl/controller/EstimatedReceivableBillController.java
+++ b/service/src/main/java/com/ruoyi/cwgl/controller/EstimatedReceivableBillController.java
@@ -96,6 +96,17 @@
     }
 
     /**
+     * 淇敼棰勪及搴旀敹璐﹀崟
+     */
+    @PreAuthorize("@ss.hasPermi('cwgl:estimatedReceivableBill:settlement')")
+    @Log(title = "棰勪及搴旀敹璐﹀崟", businessType = BusinessType.UPDATE)
+    @PostMapping("settlement")
+    public AjaxResult settlement(@RequestBody EstimatedReceivableBill estimatedReceivableBill)
+    {
+        return toAjax(estimatedReceivableBillService.settlement(estimatedReceivableBill));
+    }
+
+    /**
      * 鍒犻櫎棰勪及搴旀敹璐﹀崟
      */
     @PreAuthorize("@ss.hasPermi('cwgl:estimatedReceivableBill:remove')")

--
Gitblit v1.8.0