From 83930902d9561348ba362d633b0c2652d5f76368 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期二, 31 三月 2026 16:55:32 +0800
Subject: [PATCH] 导出应收费用对账单

---
 tms/src/main/resources/mapper/tms/TmsTripMapper.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tms/src/main/resources/mapper/tms/TmsTripMapper.xml b/tms/src/main/resources/mapper/tms/TmsTripMapper.xml
index 4b78f27..2eda35c 100644
--- a/tms/src/main/resources/mapper/tms/TmsTripMapper.xml
+++ b/tms/src/main/resources/mapper/tms/TmsTripMapper.xml
@@ -72,6 +72,11 @@
         </where>
         order by thisTab.id desc
     </select>
+    <select id="selectTmsTripByTripType" resultMap="TmsTripResult">
+        <include refid="selectTmsTripVo"/>
+        where trip_type = #{tripType}
+        and  dispatch_order_id  = #{dispatchOrderId}
+    </select>
 
     <!-- 鏂板 -->
     <insert id="insertTmsTrip" parameterType="com.ruoyi.tms.domain.TmsTrip"  useGeneratedKeys="true" keyProperty="id">

--
Gitblit v1.8.0