省厅位置汇聚添加点线面周边查询

stwzhj
luyya 2025-08-20 11:37:30 +08:00
parent c22bae090e
commit 769bcc6d9f
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class CorrectGeoQueryService {
// 4. 构建几何对象
try {
return QueryBuilders.geoShapeQuery("location_shape", polygonBuilder.buildGeometry())
return QueryBuilders.geoShapeQuery("location", polygonBuilder.buildGeometry())
.relation(ShapeRelation.INTERSECTS);
} catch (IOException e) {
throw new RuntimeException(e);