Commit 1d15891a authored by 陈家荣's avatar 陈家荣

发表评论返回data包含honorTitles

parent 79db3dc7
......@@ -461,7 +461,7 @@ exports.getPopulateCommentById = function(cid, callback) {
_id: cid
}).populate({
path: 'from to',
select: 'uid nickName icon'
select: 'uid nickName icon honorTitles'
}).exec(function(err, c) {
if (err) {
console.error(err);
......
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