Commit 3525c6d3 authored by 陈家荣's avatar 陈家荣

remove update sort

parent 95d6e921
...@@ -2086,7 +2086,7 @@ router.get('/thread/getThreadWithNotPopulateComment/hot', function(req, res, nex ...@@ -2086,7 +2086,7 @@ router.get('/thread/getThreadWithNotPopulateComment/hot', function(req, res, nex
var pageSize = req.query.pageSize || 10; var pageSize = req.query.pageSize || 10;
var infoId = req.query.infoId || null; var infoId = req.query.infoId || null;
var tagId = req.query.tagId || null; var tagId = req.query.tagId || null;
var sort = '-top -topTime -quality -_id'; var sort = '-top -topTime -_id';
var ent_code = req.session.user.ent_code; var ent_code = req.session.user.ent_code;
var today = new Date(); var today = new Date();
var conditions = { 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