src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -4308,6 +4308,18 @@ || Utils.getBay(one.getLocNo()) != Utils.getBay(shallowLoc.getLocNo()) || Utils.getLev(one.getLocNo()) != Utils.getLev(shallowLoc.getLocNo())){ Integer steNo = this.hasCarOfIdle(one.getLocNo()); if (steNo != null) { //有小车 continue; } //检测当前库位内侧其他库位是否为D、F、X if (Utils.checkInsideLocIsDFX(one.getLocNo())) { //内侧其他库位不是D、F、X。不能选取该库位 continue; } loc = one; break; }