Commit 334cd997 authored by 段英荣's avatar 段英荣

modify

parent 4c89fa30
......@@ -17,6 +17,7 @@ class TopicTransfer(object):
res["id"] = instance.id
res["is_online"] = instance.is_online
res["is_deleted"] = instance.is_deleted
res["vote_num"] = instance.vote_num
res["reply_num"] = instance.reply_num
res["name"] = instance.name
......
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