自动化立体仓库 - WMS系统
#
1
5 天以前 6387bfdbcaaaeeffa33fa0eecf68e1668c1b64ae
src/main/resources/mapper/OrderDetlPakoutMapper.xml
@@ -50,7 +50,13 @@
        <result column="standby1" property="standby1" />
        <result column="standby2" property="standby2" />
        <result column="standby3" property="standby3" />
        <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" />
        <result column="sorting_anfme" property="sortingAnfme" />
    </resultMap>
    <sql id="standbyAll">
@@ -59,6 +65,9 @@
        and standby1 = #{standby1}
        and standby2 = #{standby2}
        and standby3 = #{standby3}
        and box_type1 = #{boxType1}
        and box_type2 = #{boxType2}
        and box_type3 = #{boxType3}
    </sql>
    <sql id="standbyAllMemo">
        --         and line_number = #{lineNumber}