自动化立体仓库 - WMS系统
#
LSH
2022-11-24 9865c5bb168f1a77d5dec364ae87a4830457cd1b
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 + "不是浅库位排,系统繁忙");
        }