Commit e3d71624 authored by 陈家荣's avatar 陈家荣

update

parent 57a7dcb5
...@@ -823,7 +823,7 @@ function getAllThreadByFidHelp(conditions, pageNo, pageSize, sort, callback) { ...@@ -823,7 +823,7 @@ function getAllThreadByFidHelp(conditions, pageNo, pageSize, sort, callback) {
if (sort) { if (sort) {
sortBy = sort; sortBy = sort;
} }
ForumThread.find(conditions).populate('from', 'uid mid nickName icon').populate('info','name icon pv_count').populate({ ForumThread.find(conditions).populate('from', 'uid mid nickName icon honorTitles').populate('info','name icon pv_count').populate({
path: 'tag',select: 'title pv_count' path: 'tag',select: 'title pv_count'
}).populate({ }).populate({
path: 'comments', path: 'comments',
......
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