This commit is contained in:
linfso 2024-05-16 15:15:35 +08:00
parent d3e54c9e02
commit 127cba3e9c

View File

@ -121,7 +121,6 @@
<if test="currency != null and currency != ''">currency = #{currency},</if>
<if test="quoteId != null">quote_id = #{quoteId},</if>
<if test="exprId != null">expr_id = #{exprId},</if>
<if test="calcExp != null and calcExp != ''">calc_exp = #{calcExp},</if>
<if test="initialWeightFee != null">initial_weight_fee = #{initialWeightFee},</if>
<if test="addWeightPrice != null">add_weight_price = #{addWeightPrice},</if>
<if test="orderNum != null">order_num = #{orderNum},</if>
@ -134,6 +133,8 @@
</trim>
where id = #{id}
</update>
<!-- <if test="calcExp != null and calcExp != ''">calc_exp = #{calcExp},</if>-->
<!-- <if test="blAutoGen != null and blAutoGen != ''">bl_auto_gen = #{blAutoGen},</if>-->