Commit b6804e0a authored by lixiaofang's avatar lixiaofang

platform

parent 86497fb0
......@@ -67,7 +67,7 @@
"total_vote_cnt":{"type":"long"}
}
},
"is_finished":{"type":""}
"is_finished":{"type":"boolean"}
}
}
......
......@@ -30,6 +30,7 @@ class TopicTransfer(object):
res["content_level"] = instance.content_level
res["user_id"] = instance.user_id
res["user_nick_name"] = User.get_user_nick_name(instance.user_id)
res["is_finished"] = instance.is_finished
try:
res["user_nick_name_pre"] = res["user_nick_name"].lower()
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