Commit b4f23c79 authored by 刘文胜's avatar 刘文胜

传播图优化

parent 13ab9b0f
......@@ -1309,7 +1309,7 @@ router.get('/thread/:tid/spreadchainByRedis', function(req, res, next) {
.skip((pageNo)*pageSize).limit(pageSize)
.populate({
path: 'user source',
select: 'nickName displayName'
select: 'uid nickName displayName'
}).exec(function(err, docs) {
cb(err,docs);
});
......
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