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

1

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