|
@ -391,7 +391,7 @@ public class FacilityService extends BaseJpaService<Facility, FacilityDao> {
|
|
|
Map<String,Double> location = (Map<String, Double>) result1.get("location");
|
|
|
facility.setLatitude(location.get("lat"));
|
|
|
facility.setLongitude(location.get("lng"));
|
|
|
System.out.println(result);
|
|
|
// System.out.println(result);
|
|
|
}
|
|
|
|
|
|
}
|