|
@@ -605,7 +605,7 @@ class ReportPush(object):
|
|
if x[0] not in house_ids:
|
|
if x[0] not in house_ids:
|
|
house_ids.append(x[0])
|
|
house_ids.append(x[0])
|
|
for x in brand_top_data:
|
|
for x in brand_top_data:
|
|
- if x[1] not in house_ids:
|
|
|
|
|
|
+ if x[1] not in house_ids and x[1] is not None and int(x[1]) > 300:
|
|
house_ids.append(x[1])
|
|
house_ids.append(x[1])
|
|
for house_id in house_ids:
|
|
for house_id in house_ids:
|
|
a = []
|
|
a = []
|