binren 5 년 전
부모
커밋
848d52cd03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      report_push.py

+ 1 - 1
report_push.py

@@ -494,7 +494,7 @@ class ReportPush(object):
             brand_top_data_all_part = self.filter_by_brand_ids(brand_top_data_all, brand_id_list)
 
             # 1 数据总览 12个统计指标
-            data_overview = self.data_overview(time_range, house_ids, xcx_top_data, brand_top_data)
+            data_overview = self.data_overview(time_range, house_ids, xcx_top_data_all_part, brand_top_data_all_part)
             result_data_1.extend(data_overview)
             # 4:单个项目小程序数据排行榜
             for index, x in enumerate(xcx_top_data_part):