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

1

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