Commit f92205dc9b3f3296739f74bbde07cb57a5ecf286
1 parent
56b41ada
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/match/Arrival2Schedule.java
| ... | ... | @@ -210,7 +210,7 @@ public class Arrival2Schedule implements ApplicationContextAware { |
| 210 | 210 | if(null != next){ |
| 211 | 211 | next.setQdzArrDateSJ(mr.sch.getZdsjActual()); |
| 212 | 212 | //下发调度指令 |
| 213 | - //directiveService.send60Dispatch(next, doneSum, "到站@系统"); | |
| 213 | + directiveService.send60Dispatch(next, doneSum, "到站@系统"); | |
| 214 | 214 | |
| 215 | 215 | //起点既停车场的进场班次 |
| 216 | 216 | if(next.getBcType().equals("in") && next.getJhlc() == null) | ... | ... |