自动化立体仓库 - WMS系统
zhang
18 小时以前 1236197ab939a618b82b9e9ea6fddf94b8740b58
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}