src/main/java/com/yssh/service/LocationService.java
@@ -50,6 +50,7 @@ } List<Location> list = new ArrayList<>(); // 1米=0.0000089932 for (Location loc : vocAddrs) { if (Math.abs(loc.getLon() - x) <= 0.00009 && Math.abs(loc.getLat() - y) <= 0.00009) { list.add(loc);