Commit 9a8887b0 authored by 李小芳's avatar 李小芳

grey

parent 0c038a11
......@@ -255,7 +255,8 @@ def get_answers(pks):
"first_solutions"] + item["second_solutions"] + item["positions"] + item["second_positions"] + item[
'tag_name'] + item['fresh_tag_name'] + item["operators_add_tags"] + item[
"anecdote_tags"] + item["portrait_tag_name"] + item['gossip_tags'] + item[
'second_classify_names'] + operators_add_tags_names)
'second_classify_names'] + item[
'first_classify_names'] + operators_add_tags_names)
tags_inter = [item for item in list(set(answer_all_tag_names)) if item in list(set(filter_tags_names))]
if tags_inter:
......
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