Commit 4692ef89 authored by 杨翌文's avatar 杨翌文

1

parent 811fcebd
...@@ -83,7 +83,7 @@ router.get('/info/:fid/get', function(req, res, next) { ...@@ -83,7 +83,7 @@ router.get('/info/:fid/get', function(req, res, next) {
} }
}); });
}, },
function(info, callback) { function(callback) {
forumThreadService.getAllCountByFid({ forumThreadService.getAllCountByFid({
info: fid info: fid
}, function(err, threadCount) { }, function(err, threadCount) {
......
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