Commit f323231d authored by 陈家荣's avatar 陈家荣

update sort

parent 60c8e79c
...@@ -422,8 +422,8 @@ router.get('/threads/list', function(req, res, next) { ...@@ -422,8 +422,8 @@ router.get('/threads/list', function(req, res, next) {
$in: [tagId] $in: [tagId]
}; };
sortBy = { sortBy = {
top:-1, tag_top:-1,
topTime:-1, tag_topTime:-1,
quality:-1, quality:-1,
created:-1 created:-1
} }
......
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