自动化立体仓库 - WMS系统
1
zhang
2025-10-21 c502290c933909595aeb9b46d27b4eb6b35e6d91
src/main/resources/mapper/OrderDetlMapper.xml
@@ -53,7 +53,7 @@
    </resultMap>
    <select id="selectItem" resultMap="BaseResultMap">
        select * from man_order_detl
        select top 1 * from man_order_detl
        where 1=1
        and order_id = #{orderId}
        and matnr = #{matnr}
@@ -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>