src/main/java/com/zy/asrs/utils/Utils.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/utils/Utils.java
@@ -136,8 +136,11 @@ */ public static String getDeepLoc2(SlaveProperties slaveProperties, String shallowLoc) { int row = getRow(shallowLoc); boolean deepLocLeft = isDeepLoc(slaveProperties, row);//判断是否为深库位 if (!deepLocLeft) { boolean deepLoc = isDeepLoc(slaveProperties, row);//判断是否为深库位 if (deepLoc) { return null; } if (row == 1 || row == 6) { return null; } //4,7,11,15,19,23