自动化立体仓库 - WMS系统
#
1
2 天以前 58b23d18daa51a9837306fb0a8c03285fbd80e99
src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -53,6 +53,9 @@
        <result column="box_type1" property="boxType1" />
        <result column="box_type2" property="boxType2" />
        <result column="box_type3" property="boxType3" />
        <result column="width" property="width" />
        <result column="height" property="height" />
        <result column="erp_anfme" property="erpAnfme" />
    </resultMap>
@@ -242,4 +245,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>