Commit cab2fa57 authored by 段英荣's avatar 段英荣

Merge branch 'similar_sort' into 'master'

add exposure data

See merge request !137
parents 7da602e2 61a8599e
......@@ -117,7 +117,7 @@ class CollectData(object):
logging.info("consume exposure topic_id:%s,device_id:%s" % (str(exposure_topic_id),str(device_id)))
tag_list = list()
sql_query_results = TopicTag.objects.filter(is_online=True,topic_id=topic_id)
sql_query_results = TopicTag.objects.filter(is_online=True,topic_id=exposure_topic_id)
for sql_item in sql_query_results:
tag_list.append(sql_item.tag_id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment