Commit 92953445 authored by 王浩's avatar 王浩

Merge branch 'hotfix/topic_repeat' into 'master'

帖子添加platform

See merge request alpha/saturn!33
parents 01ec73a4 18a4844d
......@@ -78,6 +78,8 @@ class CreateTopicForBatch(BaseView):
if exists:
continue
item["platform"] = platform
item["platform_id"] = _id
topic_list.append(item)
not_exists_ids.append(_id)
else:
......
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