自动化立体仓库 - WMS系统
zhangc
2024-12-03 9e40c63ecc04d9d7b3dd98cd2f396c0ff2a79e13
src/main/resources/mapper/OrderMapper.xml
@@ -42,6 +42,13 @@
    </resultMap>
    <update id="updateTel">
        update man_order
        set tel = #{tel}
        where 1=1
        and id = #{orderId}
    </update>
    <update id="updateSettle">
        update man_order
        set settle = #{settle}