自动化立体仓库 - WMS系统
ZY
2024-08-13 79447543a3c6363fe60e12e16fc6b83b437fca83
src/main/resources/mapper/LocDetlMapper.xml
@@ -244,12 +244,18 @@
<!--                and (a.batch IS NULL OR a.batch = '')-->
<!--            </otherwise>-->
<!--        </choose>-->
        <if test="sPgNO != null and sPgNO != ''">
            and a.pg_no = #{sPgNO}
        </if>
        <if test="batch != null and batch != ''">
            and a.batch = #{batch}
        </if>
        <if test="orderNo != null and orderNo != ''">
            and a.order_no = #{orderNo}
<!--        <if test="orderNo != null and orderNo != ''">-->
<!--            and a.order_no = #{orderNo}-->
<!--        </if>-->
        <if test="model != null and model != ''">
            and a.model = #{model}
        </if>
        <if test="locNos != null and locNos.size > 0">