自动化立体仓库 - WMS系统
#
LSH
2023-02-13 202ad2684cbaeaafd22df631caf92a22db3d7179
src/main/resources/mapper/LocMastMapper.xml
@@ -47,7 +47,7 @@
        where row1=#{row}
        and loc_sts='O'
        <if test="locType1 != null">
            and loc_type1 = #{locType1}
            and loc_type1 != 1
        </if>
        order by lev1 asc,bay1 asc
    </select>