Commit 33171aee authored by 陈家荣's avatar 陈家荣

更新 后台不按质量排序

parent 9c23ae91
......@@ -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