Commit 525240ec authored by 李小芳's avatar 李小芳

Merge branch '14288tag' into 'master'

smr

See merge request !26
parents dd1d42a8 86fb4b76
......@@ -208,6 +208,9 @@ def get_answers(pks):
item['selected_internet_celebrity'].append(tag.get("name", None))
else:
pass
if tag.get("id") == 14288:
item['operators_add_tags'].append(14288)
if 15928 in all_tags:
item['selected_content_type'] = SELECTED_CONTENT_TYPE.BEAUTY_STAR
elif 10682 in all_tags:
......
......@@ -248,6 +248,8 @@ def get_tractate(pks):
else:
pass
if tag.get("id") == 14288:
item['operators_add_tags'].append(14288)
if 15928 in all_tags:
item['selected_content_type'] = SELECTED_CONTENT_TYPE.BEAUTY_STAR
elif 10682 in all_tags:
......
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