|  | @@ -532,14 +532,14 @@ class ReportPush(object):
 | 
	
		
			
				|  |  |                  for index, x in enumerate(all_data_history):
 | 
	
		
			
				|  |  |                      if x[2] in house_ids or x[1] in brand_id_list:
 | 
	
		
			
				|  |  |                          x.pop(1)
 | 
	
		
			
				|  |  | -                        x.pop(2)
 | 
	
		
			
				|  |  | +                        x.pop(1)
 | 
	
		
			
				|  |  |                          result_data_3.append(x)
 | 
	
		
			
				|  |  |              else:
 | 
	
		
			
				|  |  |                  all_data_history = self.house_with_brand(xcx_top_data_all_part, brand_top_data_all_part)
 | 
	
		
			
				|  |  |                  for index, x in enumerate(all_data_history):
 | 
	
		
			
				|  |  |                      if x[2] in house_ids:
 | 
	
		
			
				|  |  |                          x.pop(1)
 | 
	
		
			
				|  |  | -                        x.pop(2)
 | 
	
		
			
				|  |  | +                        x.pop(1)
 | 
	
		
			
				|  |  |                          result_data_3.append(x)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              # 7: 单个项目小程序获客来源场景分析
 |