Commit e18de4ea authored by 刘文胜's avatar 刘文胜

1111

parent dbe9adac
...@@ -173,7 +173,7 @@ exports.FetchThreadToAboutMe=function(){ ...@@ -173,7 +173,7 @@ exports.FetchThreadToAboutMe=function(){
FetchThreadToAboutMeByPage(pageNO,pageSize,count,condition,cb); FetchThreadToAboutMeByPage(pageNO,pageSize,count,condition,cb);
}); });
}); });
async.parallel(tasks,function(err, result) { async.series(tasks,function(err, result) {
}); });
} }
...@@ -194,7 +194,7 @@ exports.FetchCommentToAboutMe=function(){ ...@@ -194,7 +194,7 @@ exports.FetchCommentToAboutMe=function(){
FetchCommentToAboutMeByPage(pageNO,pageSize,count,condition,cb); FetchCommentToAboutMeByPage(pageNO,pageSize,count,condition,cb);
}); });
}); });
async.parallel(tasks,function(err, result) { async.series(tasks,function(err, result) {
}); });
} }
}); });
......
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