|
@@ -1127,6 +1127,7 @@ public class DriverApiController {
|
|
}else {
|
|
}else {
|
|
stationSubInfo.setLongitude(new Double(vehicleInfo.getLongitude()));
|
|
stationSubInfo.setLongitude(new Double(vehicleInfo.getLongitude()));
|
|
stationSubInfo.setLatitude(new Double(vehicleInfo.getLatitude()));
|
|
stationSubInfo.setLatitude(new Double(vehicleInfo.getLatitude()));
|
|
|
|
+ stationSubInfo.setUpdateTime(new Date());
|
|
stationSubInfoService.update(stationSubInfo);
|
|
stationSubInfoService.update(stationSubInfo);
|
|
}
|
|
}
|
|
}
|
|
}
|