自动化立体仓库 - WMS系统
zjj
2023-06-09 34a93b4b34e056ac7c20891efe5630245dc9766c
src/main/resources/mapper/OrderDetlMapper.xml
@@ -141,7 +141,7 @@
    <update id="increase">
        update man_order_detl
        set qty = qty + #{qty}
        set work_qty = work_qty + #{workQty}
        where 1=1
        and order_id = #{orderId}
        and matnr = #{matnr}