Commit 19c4a177 authored by 王浩's avatar 王浩

Merge branch 'haow/dev' into 'master'

fix code

See merge request alpha/saturn!42
parents 43247790 3907b3f8
......@@ -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