自动化立体仓库 - WMS系统
#
zwl
2026-01-14 8d15a90edbf860de951c7981ef8a5b22e4f95151
src/main/resources/mapper/OrderPakinMapper.xml
@@ -130,6 +130,13 @@
        and order_no = #{orderNo}
    </update>
    <update id="updateOrderStatus0">
        update man_order_pakin
        set move_status = 0
        where 1=1
          and order_no = #{orderNo}
    </update>
</mapper>