自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-08-31 ca5639ffb9ada48efb1592ce60117a16a9e4d1cb
src/main/java/com/zy/asrs/utils/Utils.java
@@ -161,7 +161,7 @@
    }
    public static Integer getGroupRow(String locNo){
    public static Integer getGroupRow(String locNo, Boolean pakin){
        int row = getRow(locNo);
        switch (row) {
            case 1:
@@ -257,7 +257,6 @@
            default:
                throw new RuntimeException("库位解析异常");
        }
    }
    public static void main(String[] args) {