自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-03-12 51e4d62209c3f194d6c424f634f4edb784509d09
src/main/java/com/zy/asrs/utils/Utils.java
@@ -36,9 +36,7 @@
        }
    }
    public static Integer getGroupRow(String locNo){
        int row = getRow(locNo);
    public static Integer getGroupRow(Integer row) {
        switch (row) {
            case 1:
            case 2:
@@ -73,6 +71,12 @@
    }
    public static Integer getGroupRow(String locNo){
        int row = getRow(locNo);
        return getGroupRow(row);
    }