自动化立体仓库 - WMS系统
pang.jiabao
2025-09-03 e7d8e2c64facfa261e8b168b84e81ef6c835f57d
src/main/resources/mapper/LocDetlMapper.xml
@@ -365,6 +365,22 @@
        <if test="batch != null and batch != ''">
            and a.batch = #{batch}
        </if>
        <if test="outOrderNo != null and outOrderNo != ''">
            and a.out_order_no = #{outOrderNo}
        </if>
        <if test="temp2 != null and temp2 != ''">
            and a.temp2 = #{temp2}
        </if>
        <if test="proType != null and proType != ''">
            and a.pro_type = #{proType}
        </if>
        <if test="model != null and model != ''">
            and a.model = #{model}
        </if>
        <if test="luHao != null and luHao != ''">
            and a.lu_hao = #{luHao}
        </if>
        <!--        <choose>-->
        <!--            <when test="batch != null and batch != ''">-->
        <!--                and batch = #{batch}-->