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