md
This commit is contained in:
parent
d3e54c9e02
commit
127cba3e9c
@ -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>-->
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user