From ca412ade3b178fbc8ba0a4b6215a040acdede954 Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期二, 09 十二月 2025 10:29:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/yagwly_fa_master' into yagwly_fa_master

---
 tms/src/main/resources/mapper/tms/TmsQuoteItemMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tms/src/main/resources/mapper/tms/TmsQuoteItemMapper.xml b/tms/src/main/resources/mapper/tms/TmsQuoteItemMapper.xml
index d1c509e..1e28c21 100644
--- a/tms/src/main/resources/mapper/tms/TmsQuoteItemMapper.xml
+++ b/tms/src/main/resources/mapper/tms/TmsQuoteItemMapper.xml
@@ -28,7 +28,7 @@
         <if test="unit != null  and unit != ''"> and thisTab.unit = #{unit}</if>
         <if test="price != null "> and thisTab.price = #{price}</if>
         <if test="currency != null  and currency != ''"> and thisTab.currency = #{currency}</if>
-    </sql>
+ </sql>
 
     <!--鏌ヨ-->
     <select id="selectTmsQuoteItemById" parameterType="Integer" resultMap="TmsQuoteItemResult">
@@ -71,6 +71,7 @@
             <if test="currency != null">#{currency},</if>
             <if test="createTime != null">#{createTime},</if>
             <if test="updateTime != null">#{updateTime},</if>
+
          </trim>
     </insert>
 

--
Gitblit v1.8.0