Commit 93506aef authored by 段英荣's avatar 段英荣

add latest_reply_time on home_query

parent ed088656
......@@ -424,6 +424,11 @@ class TopicUtils(object):
"order": "desc"
}
},
{
"latest_reply_time":{
"order": "desc"
}
},
{
"offline_score": {
"order": "desc"
......
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