user/guns-admin/src/main/java/com/supersavedriving/user/modular/system/service/impl/DriverServiceImpl.java
@@ -103,7 +103,7 @@ // 构造query对象 Query query = Query.query(Criteria.where("location").withinSphere(circle)); List<Location> locations = mongoTemplate.find(query, Location.class); log.info("地理空间检索结果:{}", locations); // log.info("地理空间检索结果:{}", locations); List<Integer> collect = locations.stream().map(Location::getDriverId).collect(Collectors.toList()); if(collect.size() == 0){ return list;