This commit is contained in:
linfso 2024-11-15 05:33:40 +08:00
parent bb49d99c59
commit 90e84b6976

View File

@ -191,14 +191,18 @@
<trim prefix="SET" suffixOverrides=",">
<if test="quoteCode != null and quoteCode != ''">quote_code = #{quoteCode},</if>
<if test="quoteName != null and quoteName != ''">quote_name = #{quoteName},</if>
-- <if test="transLineCode != null and transLineCode != ''">trans_line_code = #{transLineCode},</if>
-- <if test="prodCode != null and prodCode != ''">prod_code = #{prodCode},</if>
-- <if test="fromCountry != null and fromCountry != ''">from_country = #{fromCountry},</if>
-- <if test="country != null and country != ''">country = #{country},</if>
trans_line_code = #{transLineCode},
prod_code = #{prodCode},
from_country = #{fromCountry},
country = #{country},
<!--
<if test="transLineCode != null and transLineCode != ''">trans_line_code = #{transLineCode},</if>
<if test="prodCode != null and prodCode != ''">prod_code = #{prodCode},</if>
<if test="fromCountry != null and fromCountry != ''">from_country = #{fromCountry},</if>
<if test="country != null and country != ''">country = #{country},</if>
-->
trans_line_code = #{transLineCode},
prod_code = #{prodCode},
from_country = #{fromCountry},
country = #{country},
<if test="feeType != null and feeType != ''">fee_type = #{feeType},</if>
<if test="calcType != null and calcType != ''">calc_type = #{calcType},</if>