Commit a4000f20 authored by strong's avatar strong

Merge commit '33171aee' into SANDBOX

parents 0581cf72 33171aee
......@@ -461,7 +461,7 @@ router.get('/threads/list', function(req, res, next) {
}
});
} else {
forumThreadService.getAllThreadByFid(conditions, pageNo, pageSize, null, function(err, results) {
forumThreadService.getAllThreadByFid(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