zhangback
2025-12-04 85b45f665f5f42980b96993d7f56e3fea203b42d
tms/src/main/resources/mapper/tms/TmsDispatchOrderMapper.xml
@@ -453,7 +453,7 @@
            <if test="quoteDetailId != null">quote_detail_id = #{quoteDetailId},</if>
            <if test="operationMode != null">operation_mode = #{operationMode},</if>
            <if test="quotePlanId != null">quote_plan_id = #{quotePlanId},</if>
            <if test="confirmTime != null">confirm_time,</if>
            <if test="confirmTime != null">confirm_time = #{confirmTime},</if>
            <if test="okTime != null">ok_time = #{okTime},</if>
            <if test="isLoad != null">is_load = #{isLoad},</if>
@@ -540,13 +540,13 @@
                <if test="item.accountsPayableStatus != null">accounts_payable_status = #{item.accountsPayableStatus},</if>
                <if test="item.collectionPlanId != null">collection_plan_id = #{item.collectionPlanId},</if>
                <if test="item.paymentPlanId != null">payment_plan_id = #{item.paymentPlanId},</if>
                <if test="item.isCustoms != null">is_customs = #{isCustoms},</if>
                <if test="item.startRegionCode != null">start_region_code = #{startRegionCode},</if>
                <if test="item.endRegionCode != null">end_region_code = #{endRegionCode},</if>
                <if test="item.quoteDetailId != null">quote_detail_id = #{quoteDetailId},</if>
                <if test="item.operationMode != null">operation_mode = #{operationMode},</if>
                <if test="item.quotePlanId != null">quote_plan_id = #{quotePlanId},</if>
                <if test="item.isLoad != null">is_load = #{isLoad},</if>
                <if test="item.isCustoms != null">is_customs = #{item.isCustoms},</if>
                <if test="item.startRegionCode != null">start_region_code = #{item.startRegionCode},</if>
                <if test="item.endRegionCode != null">end_region_code = #{item.endRegionCode},</if>
                <if test="item.quoteDetailId != null">quote_detail_id = #{item.quoteDetailId},</if>
                <if test="item.operationMode != null">operation_mode = #{item.operationMode},</if>
                <if test="item.quotePlanId != null">quote_plan_id = #{item.quotePlanId},</if>
                <if test="item.isLoad != null">is_load = #{item.isLoad},</if>
            </trim>
            where id = #{item.id}
        </foreach>