自动化立体仓库 - WMS系统
skyouc
2026-01-14 f6e687c194354f1c0b883b5ac56da3a8e70db471
src/main/resources/mapper/LocDetlMapper.xml
@@ -128,14 +128,14 @@
<!--                and (a.batch IS NULL OR a.batch = '')-->
<!--            </otherwise>-->
        </choose>
        <choose>
            <when test="brand != null and brand != ''">
                and a.brand = #{brand}
            </when>
<!--            <otherwise>-->
<!--                and (a.brand IS NULL OR a.brand = '')-->
<!--            </otherwise>-->
        </choose>
<!--        <choose>-->
<!--            <when test="brand != null and brand != ''">-->
<!--                and a.brand = #{brand}-->
<!--            </when>-->
<!--&lt;!&ndash;            <otherwise>&ndash;&gt;-->
<!--&lt;!&ndash;                and (a.brand IS NULL OR a.brand = '')&ndash;&gt;-->
<!--&lt;!&ndash;            </otherwise>&ndash;&gt;-->
<!--        </choose>-->
<!--        <choose>-->
<!--            <when test="standby1 != null and standby1 != ''">-->
<!--                and a.standby1 = #{standby1}-->