Commit 9b395f81 authored by 段英荣's avatar 段英荣

modify

parent 48465f58
......@@ -5,7 +5,6 @@
"is_online":{"type":"boolean"},//上线
"is_deleted":{"type":"boolean"},
"is_recommend":{"type":"boolean"},
"star_id":{"type":"long"},
"name":{"type":"text"},
"description":{"type":"text"},
"topic_num":{"type":"long"},
......
......@@ -19,7 +19,6 @@ class GroupTransfer(object):
res["is_online"] = instance.is_online
res["is_deleted"] = instance.is_deleted
res["is_recommend"] = instance.is_recommend
res["star_id"] = instance.star_id
res["name"] = instance.name
res["description"] = instance.description
res["topic_num"] = instance.topic_num
......
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