Commit 9a2ef21f authored by 杨翌文's avatar 杨翌文

tibia

parent d90ee2ab
......@@ -1045,7 +1045,7 @@ function getAllThreadByFidAndUserHelp(user_ids, conditions, pageNo, pageSize, so
if (sort) {
sortBy = sort;
}
ForumThread.find(conditions)populate('from','uid mid nickName icon').populate('info','name icon pv_count').populate({
ForumThread.find(conditions, threadFields).populate('from','uid mid nickName icon').populate('info','name icon pv_count').populate({
path: 'tag', select: 'title pv_count'
}).populate({
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