|
@@ -343,7 +343,7 @@ public class GpsServiceImpl implements GpsService {
|
|
|
continue;
|
|
|
}
|
|
|
|
|
|
- if(matchDistance(stationInfo,vehicleInfo,50)){
|
|
|
+ if(matchDistance(stationInfo,vehicleInfo,100)){
|
|
|
currentStationId = stationInfo.getId();
|
|
|
break;
|
|
|
}
|
|
@@ -358,7 +358,7 @@ public class GpsServiceImpl implements GpsService {
|
|
|
continue;
|
|
|
}
|
|
|
|
|
|
- if(matchDistance(stationInfo,vehicleInfo,50)){
|
|
|
+ if(matchDistance(stationInfo,vehicleInfo,100)){
|
|
|
currentStationId = stationInfo.getId();
|
|
|
break;
|
|
|
}
|