|
@@ -104,7 +104,7 @@ public class ShiftInfoServiceImpl implements ShiftInfoService {
|
|
|
}
|
|
|
}
|
|
|
//TODO 根据经纬度查询当前站点
|
|
|
- String currentStationId = gpsService.getLatelyStation(vehicleInfo.getId());
|
|
|
+ String currentStationId = gpsService.getLatelyStation(vehicleInfo.getId(),false);
|
|
|
|
|
|
if (StringUtils.isEmpty(currentStationId)) {
|
|
|
currentStationId = startStationId;
|