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