| 
					
				 | 
			
			
				@@ -26,7 +26,7 @@ public class StatisticsUtil { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         JSONObject labelKey = JSON.parseObject(rSplit[1]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String isShare = labelKey.getString("is_share"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        String isReturnNoSelf = logKey.getString("is_return_noself"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        String isReturnNoSelf = labelKey.getString("is_return_noself"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (StatisticsUtil.isRecommendScene(page, recommendPageType)) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             StatisticsUtil.mapKeyAddOne(allMap, "recommendSampleNum"); 
			 |