From e8304b5b39787b25eb024fafd00d7db512ee6438 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期一, 19 五月 2025 09:02:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/main/java/com/ruoyi/purchase/controller/PaymentRegistrationController.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/purchase/controller/PaymentRegistrationController.java b/src/main/java/com/ruoyi/purchase/controller/PaymentRegistrationController.java
index d91f133..b8f233d 100644
--- a/src/main/java/com/ruoyi/purchase/controller/PaymentRegistrationController.java
+++ b/src/main/java/com/ruoyi/purchase/controller/PaymentRegistrationController.java
@@ -5,6 +5,7 @@
 import com.ruoyi.framework.web.controller.BaseController;
 import com.ruoyi.framework.web.domain.AjaxResult;
 import com.ruoyi.framework.web.page.TableDataInfo;
+import com.ruoyi.purchase.dto.PaymentLedgerDto;
 import com.ruoyi.purchase.dto.PaymentRegistrationDto;
 import com.ruoyi.purchase.pojo.PaymentRegistration;
 import com.ruoyi.purchase.service.IPaymentRegistrationService;
@@ -97,4 +98,13 @@
     {
         return success(paymentRegistrationService.selectPaymentRegistrationByPurchaseId(id));
     }
+
+    /**
+     * 鑾峰彇浠樻鐧昏璇︾粏淇℃伅
+     */
+    @GetMapping(value = "/paymentLedgerList")
+    public AjaxResult paymentLedgerList(PaymentLedgerDto paymentLedgerDto)
+    {
+        return success(paymentRegistrationService.selectPaymentLedgerList(paymentLedgerDto));
+    }
 }

--
Gitblit v1.9.3