zhangback
2026-03-10 68b27795ae929f5300fc6fb301b31aada74a2e2f
tms/src/main/resources/mapper/tms/TmsDispatchOrderMapper.xml
@@ -115,6 +115,7 @@
        <result property="seamlessNumber"    column="seamless_number"    />
        <result property="seamlessSupplierId"    column="seamless_supplier_id"    />
        <result property="seamlessSupplierName"    column="seamless_supplier_name"    />
        <result property="notes"    column="notes"    />
    </resultMap>
@@ -594,6 +595,7 @@
            <if test="seamlessNumber != null">seamless_number = #{seamlessNumber},</if>
            <if test="seamlessSupplierId != null">seamless_supplier_id = #{seamlessSupplierId},</if>
            <if test="seamlessSupplierName != null">seamless_supplier_name = #{seamlessSupplierName},</if>
            <if test="notes != null">notes = #{notes},</if>
        </trim>
        where id = #{id}
    </update>