Commit cc3f91ad87feeae9027076a7dd487fdc3df79ff9

Authored by panzhaov5
1 parent 853ef011

update...

src/main/java/com/bsth/data/gpsdata_v2/handlers/InStationProcess.java
@@ -158,7 +158,7 @@ public class InStationProcess { @@ -158,7 +158,7 @@ public class InStationProcess {
158 //webSocket 158 //webSocket
159 sendUtils.sendZdsj(sch, lpNext, doneSum); 159 sendUtils.sendZdsj(sch, lpNext, doneSum);
160 160
161 - logger.info("车辆:" + nbbm + " 班次:" + sch.getDfsj() + "到终点, 时间:" + sch.getZdsjActual()); 161 + logger.info("车辆:" + nbbm + " 班次:" + sch.getDfsj() + "到终点, 时间:" + sch.getZdsjActual() + " -stopNo: " + gps.getStopNo());
162 162
163 //清除车辆误点调整监听 163 //清除车辆误点调整监听
164 LateAdjustHandle.remove(sch); 164 LateAdjustHandle.remove(sch);
src/main/java/com/bsth/data/schedule/late_adjust/LateAdjustHandle.java
@@ -160,7 +160,7 @@ public class LateAdjustHandle implements ApplicationContextAware{ @@ -160,7 +160,7 @@ public class LateAdjustHandle implements ApplicationContextAware{
160 return; 160 return;
161 161
162 String key = gps.getStopNo(); 162 String key = gps.getStopNo();
163 - if(gps.getInstation()==1){ 163 + if(gps.getInstation()>0){
164 if(StringUtils.isNotEmpty(gps.getCarparkNo())) 164 if(StringUtils.isNotEmpty(gps.getCarparkNo()))
165 key = gps.getCarparkNo();//停车场名称 165 key = gps.getCarparkNo();//停车场名称
166 else 166 else