自动化立体仓库 - WCS系统
pang.jiabao
2024-12-23 d50dd7a141ea33b90dfe3227d94a00cf9c97d5b7
浅库位堵塞移库找库位优化
2个文件已修改
4 ■■■■ 已修改文件
src/main/java/com/zy/service/impl/MainServiceImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocMastMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/service/impl/MainServiceImpl.java
@@ -1882,7 +1882,7 @@
            LocMast loc = null;
            for (Integer row : rows) {
                if (Utils.isDeepLoc(slaveProperties, row)) {
                    loc = locMastService.queryFreeLocMast(row, shallowLoc.getLocType1());
                    loc = locMastService.queryFreeLocMast(row, shallowLoc.getLocType2());
                    if (loc != null) {
                        if (Utils.isDeepLoc(slaveProperties, loc.getLocNo())) {
src/main/resources/mapper/LocMastMapper.xml
@@ -43,7 +43,7 @@
        where row1=#{row}
        and loc_sts='O'
        <if test="locType1 != null">
            and loc_type1 = #{locType1}
            and loc_type2 = #{locType1}
        </if>
        order by NEWID(),lev1 asc,bay1 asc
    </select>