自动化立体仓库 - WMS系统
LSH
2023-01-04 5e89cb64a5cc8c60d22aa477799112e4b0d60157
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 + "不是浅库位排,系统繁忙");
        }