src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -1604,8 +1604,6 @@ } } } if (null != loc) { break; } } } @@ -1613,10 +1611,14 @@ for (Integer row : rows) { if (Utils.isShallowLoc(slaveProperties, row)) { loc = locMastService.queryFreeLocMast(row, shallowLoc.getLocType1()); if (null != loc) { break; } } } } if (null == loc) { throw new CoolException("双深库位 --- 浅库位阻塞异常! 待移转浅库位:" + shallowLoc.getLocNo()); }