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