Commit 62e3bba4 authored by 张淼's avatar 张淼

1

parent 8911c3f7
...@@ -48,7 +48,7 @@ router.get('/tag/:tid/threads', function(req, res, next) { ...@@ -48,7 +48,7 @@ router.get('/tag/:tid/threads', function(req, res, next) {
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