#
luxiaotao1123
2022-09-15 1ac622e23ac9f633a219f842e75a4482e5653333
src/main/java/com/zy/asrs/utils/Utils.java
@@ -37,6 +37,11 @@
        }
    }
    public static Integer getGroupRow(String locNo){
        int row = getRow(locNo);
        return getGroupRow(row);
    }
    public static Integer getGroupRow(Integer row) {
        switch (row) {
            case 1:
@@ -70,14 +75,6 @@
                throw new RuntimeException("库位解析异常");
        }
    }
    public static Integer getGroupRow(String locNo){
        int row = getRow(locNo);
        return getGroupRow(row);
    }
    public static SteABType selectAB(Integer row) {
        switch (row) {