| 
					
				 | 
			
			
				@@ -42,6 +42,7 @@ public class FwhColdStartRankStrategy implements RankStrategy { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<RankItem> items = CommonCollectionUtils.toList(param.getContents(), c -> { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             RankItem item = new RankItem(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            c.setHisPublishArticleList(null); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             item.setContent(c); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             item.setScoreMap(scoreMap.get(c.getId())); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             double score; 
			 |