Commit c71e5e3d authored by 李小芳's avatar 李小芳

Merge branch 'mr/beta/dbmw' into 'master'

grey

See merge request !51
parents 70c327e9 0c038a11
......@@ -254,8 +254,8 @@ def get_answers(pks):
answer_all_tag_names.extend(item["tags_v3"] + item["first_demands"] + item["second_demands"] + item[
"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'] + operators_add_tags_names)
"anecdote_tags"] + item["portrait_tag_name"] + item['gossip_tags'] + item[
'second_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