Commit 21ac3112834101378cc1c7c509c4adca3b89f858
1 parent
b6430a24
发车的时候不再同步车载状态...
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/bsth/data/gpsdata_v2/handlers/OutStationProcess.java
| @@ -116,9 +116,9 @@ public class OutStationProcess { | @@ -116,9 +116,9 @@ public class OutStationProcess { | ||
| 116 | LateAdjustHandle.remove(sch); | 116 | LateAdjustHandle.remove(sch); |
| 117 | 117 | ||
| 118 | //发车的时候,同步一下状态 | 118 | //发车的时候,同步一下状态 |
| 119 | - if (!gps.isService() && !dayOfSchedule.emptyService(sch)) | 119 | + /*if (!gps.isService() && !dayOfSchedule.emptyService(sch)) |
| 120 | gpsStatusManager.changeServiceState(sch.getClZbh(), sch.getXlDir(), 0, "发车@系统"); | 120 | gpsStatusManager.changeServiceState(sch.getClZbh(), sch.getXlDir(), 0, "发车@系统"); |
| 121 | - | 121 | +*/ |
| 122 | logger.info("车辆:" + sch.getClZbh() + " 班次:" + sch.getDfsj() + "发车, 时间:" + sch.getFcsjActual()); | 122 | logger.info("车辆:" + sch.getClZbh() + " 班次:" + sch.getDfsj() + "发车, 时间:" + sch.getFcsjActual()); |
| 123 | } | 123 | } |
| 124 | 124 |