Commit 7d6cafb6 authored by 王丽丹's avatar 王丽丹

新增V4社区运营标签

parent 90e3e004
......@@ -294,6 +294,9 @@ def get_tractate(pks):
if "operators_add_tags" in item and 3315 in item['operators_add_tags']:
item['new_smr'] = tractate.get_tractate_newuser_smr(tractate_id=tractate.id)
# 新增V4社区运营标签
item["operate_tags_v4"] = list(tagv4)
data.append(item)
logging.info("get data:%s" % data)
return data
......
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