瀏覽代碼

修改面查询结果有问题的数据

LAPTOP-BJJ3IV5R\SIWEI 8 月之前
父節點
當前提交
15ce3785f7

+ 1 - 1
onemap-modules/onemap-apply/src/main/java/com/onemap/apply/service/impl/table/TableDataSelectServiceImpl.java

@@ -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);