From 8e3a02c1facca35c5a90ce9b49505f373ae658f5 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 13 三月 2026 10:31:48 +0800
Subject: [PATCH] 代码提交

---
 ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementdetailMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementdetailMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementdetailMapper.xml
index 02b0021..c7bb2a3 100644
--- a/ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementdetailMapper.xml
+++ b/ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementdetailMapper.xml
@@ -42,7 +42,7 @@
     </resultMap>
 
     <sql id="selectServiceReimbursementdetailVo">
-        select ID, RBID, StartTime, Departure, EndTime, Destination, Days, TrafficExpense, TrafficType,TrafficType2, CityFee, HotelExpense, InvoiceCount, AttachCount, OtherExpense, FoodExpenses, FoodAllowance, AnnexFiles, remark, del_flag, create_by, create_time, update_by, update_time, upload_flag, upload_time, travelprovince, travelprovincename, travelcity, travelcityname, traveltown, traveltownname, otherfeeamount, otherfeedesc, OrderNo,personname,persontype from service_reimbursementdetail
+        select ID, RBID, StartTime, Departure, EndTime, Destination, Days, TrafficExpense, TrafficType,TrafficType2, CityFee, HotelExpense, InvoiceCount, AttachCount, OtherExpense, FoodExpenses, FoodAllowance, AnnexFiles,InvoiceFiles, remark, del_flag, create_by, create_time, update_by, update_time, upload_flag, upload_time, travelprovince, travelprovincename, travelcity, travelcityname, traveltown, traveltownname, otherfeeamount, otherfeedesc, OrderNo,personname,persontype from service_reimbursementdetail
     </sql>
 
     <select id="selectServiceReimbursementdetailList" parameterType="com.ruoyi.project.domain.ServiceReimbursementdetail" resultMap="ServiceReimbursementdetailResult">
@@ -56,7 +56,7 @@
             <if test="rbid != null  and rbid != ''"> and RBID = #{rbid}</if>
         </where>
     </select>
-    <select id="getRBDetailList" resultType="com.ruoyi.project.domain.ServiceReimbursementdetail">
+    <select id="getRBDetailList" resultMap="ServiceReimbursementdetailResult">
         <include refid="selectServiceReimbursementdetailVo"/>
         where RBID = #{id} and del_flag = 0
         order by OrderNo
@@ -65,7 +65,7 @@
         select ID from service_reimbursementdetail
         where RBID = #{rbid}
     </select>
-    <select id="getAllDetailsByRBID" resultType="com.ruoyi.project.domain.ServiceReimbursementdetail">
+    <select id="getAllDetailsByRBID" resultMap="ServiceReimbursementdetailResult">
         <include refid="selectServiceReimbursementdetailVo"/>
         where RBID = #{id} and del_flag = 0 order by OrderNo
     </select>

--
Gitblit v1.9.3