소스 검색

修改默认显示图层

LAPTOP-BJJ3IV5R\SIWEI 11 달 전
부모
커밋
28b66c9ff8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      onemap-modules/onemap-apply/src/main/java/com/onemap/apply/service/impl/table/TableDataSelectServiceImpl.java

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

@@ -836,6 +836,7 @@ public class TableDataSelectServiceImpl implements TableDataSelectService {
             queryTableLayerWrapper.or(wq -> wq.ne("layer_id", layerId).or().isNull("layer_id"));
         }
         queryTableLayerWrapper.eq("pid", "0");
+        queryTableLayerWrapper.eq("state_type", "0");
         queryTableLayerWrapper.orderByAsc("sort");
         retList.addAll(tableLayerMapper.selectList(queryTableLayerWrapper));
         return retList;