自动化立体仓库 - WMS系统
pang.jiabao
2025-07-20 56e0f5a507f990d5695d84361341c1ea23194589
订单出库完成扣减工作数量
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/OrderDetlPakoutMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/OrderDetlPakoutMapper.xml
@@ -193,7 +193,7 @@
    </update>
    <update id="increaseQtyByOrderNoNew">
        update man_order_detl_pakout
        set qty = qty + #{qty}
        set qty = qty + #{qty},work_qty = work_qty - #{qty}
        where 1=1
        and order_no = #{orderNo}
        and matnr = #{matnr}