zzgtfwq
9 小时以前 6299fb7b7732947e9f997c92599b1772b8884962
src/main/java/com/zy/asrs/utils/RouteUtils.java
@@ -308,14 +308,16 @@
    }
    public static Short CrnStaEnd(Integer endSta,Integer souSta) {
        switch (endSta) {
            case 100:
            case 102:
        switch (souSta) {
            case 103:
            case 107:
            case 111:
                if (souSta == 118 || souSta == 127){
                    return (short)119;
                }
                return 149;
            case 113:
            case 203:
            case 207:
            case 211:
            case 213:
                return (short)(souSta+1);
            default:
                return endSta.shortValue();
        }