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