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(); }