自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-08-31 c08372ebf93b19997a2e4f3a6d3e81cfc041ee9b
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) {