自动化立体仓库 - WMS系统
skyouc
2026-01-12 6b8690656814f44d642cc1cfc22de6e7c0923614
src/main/resources/mapper/LocDetlMapper.xml
@@ -136,14 +136,14 @@
<!--                and (a.brand IS NULL OR a.brand = '')-->
<!--            </otherwise>-->
        </choose>
        <choose>
            <when test="standby1 != null and standby1 != ''">
                and a.standby1 = #{standby1}
            </when>
            <otherwise>
                and (a.standby1 IS NULL OR a.standby1 = '')
            </otherwise>
        </choose>
<!--        <choose>-->
<!--            <when test="standby1 != null and standby1 != ''">-->
<!--                and a.standby1 = #{standby1}-->
<!--            </when>-->
<!--            <otherwise>-->
<!--                and (a.standby1 IS NULL OR a.standby1 = '')-->
<!--            </otherwise>-->
<!--        </choose>-->
        <choose>
            <when test="standby2 != null and standby2 != ''">
                and a.standby2 = #{standby2}