Commit 3907b3f8 authored by haowang's avatar haowang

fix code

parent 43247790
......@@ -110,7 +110,7 @@ class CreateTopicForBatch(BaseView):
)
if _tag_error:
return self.error(_tag_error)
_tag_data.extend(location_tags)
_tag_data.update(location_tags)
# 更新发帖
# 处理标签,将文本中的标签处理成现有标签
......
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