#
luxiaotao1123
2022-09-19 be88cb18eeca37171e1dad3ce7d5209700a42d29
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) {