自动化立体仓库 - WMS系统
#
lty
1 天以前 102a41a8d5c231dd306bad622344e98312c1a774
src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -242,4 +242,14 @@
        <include refid="standbyAll"></include>
    </update>
    <select id="selectOrderDetls" resultMap="BaseResultMap">
        SELECT *
        FROM man_order_detl_pakin
        where 1=1
        and box_type3 = #{orderNo}
        and standby3 = #{sku}
        and standby2 = #{upc}
        order by update_time
    </select>
</mapper>