自动化立体仓库 - WCS系统
#
lsh
2024-01-11 63f731641998edc06c1e0409ab1901260d36154b
src/main/java/com/zy/asrs/utils/RouteUtils.java
@@ -280,7 +280,51 @@
    }
    public static short RgvPosStaOne(Short posId){
        return 1;
        switch (posId.intValue()){
            case 1:
            case 2:
                return 102;
            case 3:
            case 4:
                return 122;
            case 5:
            case 6:
                return 105;
            case 7:
            case 8:
                return 118;
            case 9:
            case 10:
            case 11:
                return 119;
            case 12:
            case 13:
            case 14:
                return 110;
            case 15:
                return 120;
            case 16:
            case 17:
            case 18:
                return 111;
            case 19:
                return 121;
            case 20:
            case 21:
            case 22:
                return 113;
            case 23:
            case 24:
                return 123;
            case 25:
                return 114;
            case 26:
            case 27:
            case 28:
                return 116;
            default:
                return 0;
        }
    }
    public static short RgvPosStaTwo(Short posId){
@@ -321,6 +365,9 @@
            case 24:
                return 105;
            case 25:
            case 26:
            case 27:
            case 28:
                return 104;
            default:
                return 0;