From 298a6477b6220f651062080264750dcb04573eca Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期二, 23 十二月 2025 16:47:23 +0800
Subject: [PATCH] 应付接口

---
 service/src/main/resources/mapper/cwgl/PayableFeeDetailMapper.xml |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/service/src/main/resources/mapper/cwgl/PayableFeeDetailMapper.xml b/service/src/main/resources/mapper/cwgl/PayableFeeDetailMapper.xml
index 205cc7b..baf0985 100644
--- a/service/src/main/resources/mapper/cwgl/PayableFeeDetailMapper.xml
+++ b/service/src/main/resources/mapper/cwgl/PayableFeeDetailMapper.xml
@@ -179,4 +179,14 @@
         </foreach>
     </delete>
 
+    <!--鏌ヨ-->
+    <select id="selectPayableFeeDetailByPayableFeeIds" parameterType="Integer" resultMap="PayableFeeDetailResult">
+        <include refid="selectPayableFeeDetailVo"/>
+        where payable_fee_id in
+        <foreach item="feeId" collection="array" open="(" separator="," close=")">
+            #{feeId}
+        </foreach>
+        order by payable_fee_id, id
+    </select>
+
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0