Commit 92e6d3f8 authored by 张淼's avatar 张淼

1

parent 2a494d96
...@@ -136,7 +136,7 @@ router.get('/info/:fid/threads', function(req, res, next) { ...@@ -136,7 +136,7 @@ router.get('/info/:fid/threads', function(req, res, next) {
if(fid){ if(fid){
async.waterfall([ async.waterfall([
function(callback){ function(callback){
forumUserThreadControlService.getUserThreadControlById(user.getMobileUser(),function(err,doc){ forumUserThreadControlService.getUserThreadControlById(user.getMobileUser(req),function(err,doc){
if(err){ if(err){
callback(err,null); callback(err,null);
}else{ }else{
......
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