|
@@ -1124,7 +1124,7 @@ public class DriverApiController {
|
|
|
stationSubInfo1.setEndStationId(shiftInfo.getEndStationId());
|
|
|
stationSubInfo1.setLongitude(new Double(vehicleInfo.getLongitude()));
|
|
|
stationSubInfo1.setLatitude(new Double(vehicleInfo.getLatitude()));
|
|
|
- stationSubInfo1.setRadius(20);
|
|
|
+ stationSubInfo1.setRadius(50);
|
|
|
stationSubInfo1.setCreateTime(new Date());
|
|
|
stationSubInfoService.insert(stationSubInfo1);
|
|
|
} else {
|