Commit 7b15a4de authored by 陈志良's avatar 陈志良

Merge branch 'Gabriel_0831'

parents 1281c270 2bfa7e12
...@@ -642,7 +642,7 @@ function getAllThreadByFidHelp(conditions, pageNo, pageSize, sort, callback) { ...@@ -642,7 +642,7 @@ function getAllThreadByFidHelp(conditions, pageNo, pageSize, sort, callback) {
path: 'comments', path: 'comments',
options: { options: {
where:{status:1}, where:{status:1},
limit: 5, limit: 3,
sort: '-created' sort: '-created'
}, },
select: 'from to created content level' select: 'from to created content level'
......
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