Commit aebb67f4f1714df75bcbfe269e84fa04e534607b

Authored by 潘钊
1 parent 69aab057

update...

src/main/java/com/bsth/data/pilot80/PilotReport.java
@@ -90,7 +90,7 @@ public class PilotReport { @@ -90,7 +90,7 @@ public class PilotReport {
90 case 0xA3: 90 case 0xA3:
91 ScheduleRealInfo outSch = dayOfSchedule.searchNearByBcType(nbbm, "out"); 91 ScheduleRealInfo outSch = dayOfSchedule.searchNearByBcType(nbbm, "out");
92 //如果有对应出场班次 92 //如果有对应出场班次
93 - if (outSch != null) { 93 + if (outSch != null && StringUtils.isEmpty(outSch.getFcsjActual())) {
94 //没有计划里程的出场班次,出场既是首发站,发送下一班次的调度指令 94 //没有计划里程的出场班次,出场既是首发站,发送下一班次的调度指令
95 if (outSch.getJhlc() == null) 95 if (outSch.getJhlc() == null)
96 outSch = dayOfSchedule.next(outSch); 96 outSch = dayOfSchedule.next(outSch);