自动化立体仓库 - WMS系统
#
LSH
2023-05-16 2bf65500161ae37c120d0d9af8f6d8dd7afdec75
src/main/resources/mapper/LocMastMapper.xml
@@ -46,9 +46,14 @@
        from asr_loc_mast
        where row1=#{row}
        and loc_sts='O'
        <if test="locType1 != null">
            and loc_type1 = #{locType1}
        </if>
        <choose>
            <when test="locType1 != null">
                and loc_type1 = #{locType1}
            </when>
            <otherwise>
                and 1!=1
            </otherwise>
        </choose>
        order by lev1 asc,bay1 asc
    </select>