|  | @@ -24,12 +24,11 @@ public class FlowPoolWithLevelFilterService extends AbstractFilterService {
 | 
	
		
			
				|  |  |      private FlowPoolService flowPoolService;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      public FilterResult filter(FilterParam param) {
 | 
	
		
			
				|  |  | -//        List<Long> videoIds = viewFilter(param);
 | 
	
		
			
				|  |  | -//
 | 
	
		
			
				|  |  | -//        videoIds = filterDistributeCountAndDel(param, videoIds);
 | 
	
		
			
				|  |  | -//
 | 
	
		
			
				|  |  | -//        return new FilterResult(videoIds);
 | 
	
		
			
				|  |  | -        return new FilterResult(param.getVideoIds());
 | 
	
		
			
				|  |  | +        List<Long> videoIds = viewFilter(param);
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        videoIds = filterDistributeCountAndDel(param, videoIds);
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        return new FilterResult(videoIds);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      private List<Long> filterDistributeCountAndDel(FilterParam param, List<Long> videoIds) {
 |