src/main/java/com/zy/asrs/utils/Utils.java
@@ -112,7 +112,8 @@ } else if (remainder == 3) { targetRow = row + 1; } else { throw new RuntimeException(shallowLoc + "不是浅库位,系统繁忙"); return shallowLoc; // throw new RuntimeException(shallowLoc + "不是浅库位,系统繁忙"); } return zerofill(String.valueOf(targetRow), 2) + shallowLoc.substring(2); } @@ -128,7 +129,8 @@ } else if (remainder == 3) { targetRow = shallowRow + 1; } else { throw new RuntimeException(shallowRow + "不是浅库位排,系统繁忙"); return shallowRow; // throw new RuntimeException(shallowRow + "不是浅库位排,系统繁忙"); } return targetRow; }