| | |
| | | } |
| | | |
| | | //获取轨迹记录 |
| | | List<LocationTravel> locationTravelList = locationTravelService.getTravelList(targetUid, startTime == null ? null : new Date(startTime), endTime == null ? null : new Date(endTime), page, 1); |
| | | List<LocationTravel> locationTravelList = locationTravelService.getTravelList(targetUid, startTime == null ? null : new Date(startTime), endTime == null ? null : new Date(endTime), page, 100); |
| | | List<UserLatestLocation> simpleLocationInfoList = new ArrayList<>(); |
| | | if (locationTravelList != null) { |
| | | for (LocationTravel lt : locationTravelList) { |