Commit 18a4844d authored by zhanglu's avatar zhanglu

帖子添加platform

parent 01ec73a4
......@@ -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