This commit is contained in:
linfso 2025-07-11 09:24:59 +08:00
parent 4341a91a90
commit bceb12b02e

View File

@ -406,7 +406,6 @@
<if test="totalVolume != null">total_volume,</if>
<if test="totalWeight != null">total_weight,</if>
<if test="totalSettlementWeight != null">total_settlement_weight,</if>
<if test="blProfit != null and blProfit != ''">bl_profit,</if>
<if test="opMan != null and opMan != ''">op_man,</if>
<if test="remark != null and remark != ''">remark,</if>
<if test="tenantId != null and tenantId != ''">tenant_id,</if>
@ -448,7 +447,6 @@
<if test="totalVolume != null">#{totalVolume},</if>
<if test="totalWeight != null">#{totalWeight},</if>
<if test="totalSettlementWeight != null">#{totalSettlementWeight},</if>
<if test="blProfit != null and blProfit != ''">#{blProfit},</if>
<if test="opMan != null and opMan != ''">#{opMan},</if>
<if test="remark != null and remark != ''">#{remark},</if>
<if test="tenantId != null and tenantId != ''">#{tenantId},</if>
@ -494,7 +492,6 @@
<if test="totalVolume != null">total_volume = #{totalVolume},</if>
<if test="totalWeight != null">total_weight = #{totalWeight},</if>
<if test="totalSettlementWeight != null">total_settlement_weight = #{totalSettlementWeight},</if>
<if test="blProfit != null and blProfit != ''">bl_profit = #{blProfit},</if>
<if test="opMan != null and opMan != ''">op_man = #{opMan},</if>
<if test="remark != null and remark != ''">remark = #{remark},</if>
<if test="tenantId != null and tenantId != ''">tenant_id = #{tenantId},</if>