src/main/java/com/zy/asrs/utils/Utils.java
@@ -127,6 +127,10 @@ targetRow = shallowRow - 1; } else if (remainder == 3) { targetRow = shallowRow + 1; } else if (shallowRow == 10 || shallowRow == 16) { targetRow = shallowRow - 1; } else if (shallowRow == 11 || shallowRow == 17) { targetRow = shallowRow + 1; } else { throw new RuntimeException(shallowRow + "不是浅库位排,系统繁忙"); }