|  | @@ -142,8 +142,8 @@ public class RecallService implements ApplicationContextAware {
 | 
	
		
			
				|  |  |                      strategies.add(strategyMap.get(ReturnVideoRecallStrategy.class.getSimpleName()));
 | 
	
		
			
				|  |  |                      break;
 | 
	
		
			
				|  |  |                  case "60110": // 新内容的召回(流量池的Top内容)
 | 
	
		
			
				|  |  | -                    strategies.add(strategyMap.get(FlowPoolLastDayTopRecallStrategy.class.getSimpleName()));
 | 
	
		
			
				|  |  |                      strategies.add(strategyMap.get(TopGoodPerformanceVideoRecallStrategy.class.getSimpleName()));
 | 
	
		
			
				|  |  | +                    strategies.add(strategyMap.get(FlowPoolLastDayTopRecallStrategy.class.getSimpleName()));
 | 
	
		
			
				|  |  |                      break;
 | 
	
		
			
				|  |  |                  default:
 | 
	
		
			
				|  |  |                      // todo 做兜底吗?
 |