Commit e5c95eb9 authored by 段英荣's avatar 段英荣

modify topic_transfer

parent 5e469c85
...@@ -106,9 +106,9 @@ class Topic(models.Model): ...@@ -106,9 +106,9 @@ class Topic(models.Model):
collection=tag_item.collection collection=tag_item.collection
if is_online and not is_deleted: if is_online and not is_deleted:
topic_tag_id_list.append(tag_item.tag_id) topic_tag_id_list.append(tag_item.id)
if collection: if collection:
edit_tag_id_list.append(tag_item.tag_id) edit_tag_id_list.append(tag_item.id)
return (topic_tag_id_list, edit_tag_id_list) return (topic_tag_id_list, edit_tag_id_list)
except: except:
......
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