Commit 1c7c8602 authored by strong's avatar strong

Merge commit 'c1ec3b80' into SANDBOX

parents c11ca386 c1ec3b80
......@@ -2339,7 +2339,7 @@ router.get('/thread/getUserFavorThread/:type', function(req, res, next) {
conditions['event.eventStartTime'] = {$lte : today};
}
queryThread(conditions, pageNo, pageSize, null, function(err, results){
queryThread(conditions, pageNo, pageSize, '-created', function(err, results){
if(err){
console.error(err);
res.json(returnCode.BUSY);
......
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