md
This commit is contained in:
parent
5db718359f
commit
bb49d99c59
@ -191,10 +191,15 @@
|
||||
<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>
|
||||
-- <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>
|
||||
<if test="postType != null and postType != ''">post_type = #{postType},</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user