自动化立体仓库 - WMS系统
pang.jiabao
8 天以前 3662f72f15979168dd68912181aeefffe0dc5dff
src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -226,7 +226,7 @@
    <update id="increaseQtyByOrderNo">
        update man_order_detl_pakin
        set qty = qty + #{qty}
        set qty = qty + #{qty},work_qty = work_qty - #{qty}
        where 1=1
        and order_no = #{orderNo}
        and matnr = #{matnr}