自动化立体仓库 - WMS系统
zjj
2023-06-09 180d28a0dcc7319c55380a3c6e433d9b009c3b01
src/main/resources/mapper/OrderDetlMapper.xml
@@ -157,7 +157,7 @@
    <update id="decrease">
        update man_order_detl
        set qty = qty - #{qty}
        set work_qty = work_qty - #{workQty}
        where 1=1
        and order_no = #{orderNo}
        and matnr = #{matnr}