fllmoyu 4 år sedan
förälder
incheckning
406b46ae88

+ 1 - 1
web/src/main/java/com/jpsoft/bus/modules/driver/controller/DriverApiController.java

@@ -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 {