#
luxiaotao1123
2022-09-20 f4cae4647f5439a3ca83b187e0bf7fd6a1ab313f
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) {