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