Explorar o código

update

Signed-off-by: binren <zhangbr@elab-plus.com>
binren %!s(int64=5) %!d(string=hai) anos
pai
achega
f5a0e73978
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      report_push.py

+ 2 - 2
report_push.py

@@ -516,8 +516,8 @@ class ReportPush(object):
                 pass
             # 2: 项目数据排行榜
             house_with_brand_data = self.house_with_brand(xcx_top_data_part, brand_top_data_part)
-            for index, x in enumerate(house_with_brand_data):
-                if x[2] in house_ids or x[1] in brand_id_list:
+            for x in house_with_brand_data:
+                if x[2] in house_ids:
                     result_data_2.append(x)
 
             # 3: 项目历史累计总数