自动化立体仓库 - WMS系统
zhang
1 天以前 27a351456cd2127c0b76d48869cc1a0b0b79664a
src/main/resources/mapper/OrderDetlMapper.xml
@@ -221,4 +221,11 @@
        </choose>
    </update>
    <update id="increaseWorkQty2">
        update man_order_detl
        set work_qty = work_qty + #{workQty}
        where 1=1
          and id = #{id}
    </update>
</mapper>