Commit d65261609fb49f4abdb96bfc74ebd05dc139de19
1 parent
51f7400f
1
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/gpsdata_v2/handlers/InStationProcess.java
| ... | ... | @@ -121,7 +121,7 @@ public class InStationProcess { |
| 121 | 121 | private void inEndStation(ScheduleRealInfo sch, GpsEntity gps) { |
| 122 | 122 | String nbbm = sch.getClZbh(); |
| 123 | 123 | //校验进站前置约束 |
| 124 | - if (!validInPremise(gps)) | |
| 124 | + if (!validInPremise(gps) && isNormalSch(sch)) | |
| 125 | 125 | return; |
| 126 | 126 | |
| 127 | 127 | //实达时间不覆盖 | ... | ... |