|
@@ -259,7 +259,7 @@ public class TableDataSelectServiceImpl implements TableDataSelectService {
|
|
|
if (StringUtils.isEmpty(geom)) {
|
|
|
continue;
|
|
|
}
|
|
|
- List<List<TableDataVo>> child_ret = queryIntersectionList(geom, tableDataIds, layerDTO.getTableId());
|
|
|
+ List<List<TableDataVo>> child_ret = queryIntersectionList(geom, null, layerDTO.getTableId());
|
|
|
if (child_ret != null && child_ret.size() > 0) {
|
|
|
retMapData.put("base", null);
|
|
|
v_d01.put("base", null);
|