|
@@ -1131,12 +1131,12 @@ public class DriverApiController {
|
|
|
}
|
|
|
|
|
|
//改gps后,会自动修改当前站点,只能往后改
|
|
|
- if(currentStation.getLongitude()!=null && currentStation.getLatitude()!=null) {
|
|
|
- gpsDataCallback.receive(vehicleInfo.getGpsDeviceNo(),
|
|
|
- String.valueOf(currentStation.getLongitude()),
|
|
|
- String.valueOf(currentStation.getLatitude()),
|
|
|
- true);
|
|
|
- }
|
|
|
+// if(currentStation.getLongitude()!=null && currentStation.getLatitude()!=null) {
|
|
|
+// gpsDataCallback.receive(vehicleInfo.getGpsDeviceNo(),
|
|
|
+// String.valueOf(currentStation.getLongitude()),
|
|
|
+// String.valueOf(currentStation.getLatitude()),
|
|
|
+// true);
|
|
|
+// }
|
|
|
|
|
|
shiftInfo.setCurrentStationId(currentStationId);
|
|
|
shiftInfo.setUpdateTime(new Date());
|