自动化立体仓库 - WMS系统
#
mrzhssss
2022-12-06 ad9d0659df900595fd3f2d12c42fe42891d2d127
src/main/resources/mapper/OrderDetlMapper.xml
@@ -154,7 +154,7 @@
    <update id="decrease">
        update man_order_detl
        set work_qty = work_qty - #{qty}
        set qty = qty - #{qty}
        where 1=1
        and order_no = #{orderNo}
        and matnr = #{matnr}