Commit 5be86ac8 authored by 陈家荣's avatar 陈家荣

update 帖子列表

parent 25842cd7
......@@ -1842,7 +1842,7 @@ router.get('/thread/getThreadWithEssence', function(req, res, next) {
router.get('/thread/getThreadWithNotPopulateComment', function(req, res, next) {
var pageNo = req.query.pageNo || 1;
var pageSize = req.query.pageSize || 10;
var sort = '-top -topTime -quality -created';
var sort = '-_id';
var ent_code = req.session.user.ent_code;
var today = new Date();
var conditions = {
......
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