Commit 9f3a0a0f authored by strong's avatar strong

Merge branch 'SANDBOX'

parents aa24a261 879a2a37
...@@ -1103,6 +1103,7 @@ router.get('/thread/:tid/exportComments', function(req, res, next) { ...@@ -1103,6 +1103,7 @@ router.get('/thread/:tid/exportComments', function(req, res, next) {
}); });
e.praiseNames = praiseNames.toString(); e.praiseNames = praiseNames.toString();
e.praiseOpenIds = praiseOpenIds.toString(); e.praiseOpenIds = praiseOpenIds.toString();
e.praiseCount = praiseNames.length;
} }
cb(null, e); cb(null, e);
} }
......
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