Commit bf09f5e1 authored by zhanglu's avatar zhanglu

Merge branch 'feature/searth_topic' into 'master'

帖子添加时间排序

See merge request !91
parents 53d05f07 68ddb4eb
......@@ -511,7 +511,10 @@ class TopicUtils(object):
sort_rule.append({
"vote_num":{
"order":"desc"
}
},
"update_time":{
"order":"desc"
},
})
return sort_rule
......
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