Commit 1f64524f authored by 陈志良's avatar 陈志良

1

parent 1652cbcb
...@@ -105,7 +105,7 @@ router.get('/thread/:tid/get', function(req, res, next) { ...@@ -105,7 +105,7 @@ router.get('/thread/:tid/get', function(req, res, next) {
}); });
}, },
function(callback) { function(callback) {
forumTagService.getAllTag(req.session.user.ent_code, 1, 100, function(err, results) { forumTagService.getAllTag({ent_code:req.session.user.ent_code}, 1, 100, function(err, results) {
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