Commit cb85da21 authored by strong's avatar strong

Merge commit '1d15891a' into SANDBOX

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