自动化立体仓库 - WMS系统
lty
4 天以前 c27d3ae9d5130a230e1dcb59abd4e8851dceb9d6
src/main/resources/mapper/LocDetlMapper.xml
@@ -53,6 +53,7 @@
        <result column="specs" property="specs" />
        <result column="batch" property="batch" />
        <result column="create_time" property="createTime"/>
        <result column="order_no" property="orderNo"/>
    </resultMap>
    <sql id="batchSeq">
@@ -117,6 +118,9 @@
        </if>
        <if test="specs!=null and specs!='' ">
            and a.specs like '%' + #{specs} + '%'
        </if>
        <if test="order_no!=null and order_no!='' ">
            and a.order_no like '%' + #{order_no} + '%'
        </if>
    </sql>
@@ -183,7 +187,8 @@
        a.maktx,
        a.specs,
        a.batch,
        a.create_time
        a.create_time,
        a.order_no
        from asr_check_detl a
        where 1=1
        <include refid="stockOutCondition" />