Commit 0e89a9ac0cd113793145763f03fdf377b75a304b
1 parent
9044b857
update
Showing
1 changed file
with
4 additions
and
0 deletions
src/main/java/com/bsth/data/gpsdata/arrival/handlers/InOutStationSignalHandle.java
| @@ -235,6 +235,10 @@ public class InOutStationSignalHandle extends SignalHandle{ | @@ -235,6 +235,10 @@ public class InOutStationSignalHandle extends SignalHandle{ | ||
| 235 | 235 | ||
| 236 | //下发调度指令 | 236 | //下发调度指令 |
| 237 | directiveService.send60Dispatch(next, doneSum, "到站@系统"); | 237 | directiveService.send60Dispatch(next, doneSum, "到站@系统"); |
| 238 | + | ||
| 239 | + //套跑 -下发线路切换指令 | ||
| 240 | + if(!next.getXlBm().equals(sch.getXlBm())) | ||
| 241 | + directiveService.lineChange(next.getClZbh(), next.getXlBm(), "套跑@系统"); | ||
| 238 | } | 242 | } |
| 239 | else if(sch.getBcType().equals("in")){ | 243 | else if(sch.getBcType().equals("in")){ |
| 240 | //终班进场,切换成非营运状态 | 244 | //终班进场,切换成非营运状态 |