#
zzgtfwq
2 天以前 236edf0559e2d5a6031b1df56a69454baa0357e5
src/main/java/com/zy/asrs/utils/RouteUtils.java
@@ -308,7 +308,7 @@
    }
    public static Short CrnStaEnd(Integer endSta,Integer souSta) {
        switch (endSta) {
        switch (souSta) {
            case 103:
            case 107:
            case 111:
@@ -317,7 +317,7 @@
            case 207:
            case 211:
            case 213:
                return (short)(endSta+1);
                return (short)(souSta+1);
            default:
                return endSta.shortValue();
        }