Commit 8a25388c authored by 陈家荣's avatar 陈家荣

55

parent 64dee454
......@@ -1023,7 +1023,7 @@ router.get('/thread/:tid/exportComments', function(req, res, next) {
var tid = req.params.tid || null;
var ent_code = 100056;
if(req.query.ent_code){
var ent_code = req.query.ent_code;
ent_code = req.query.ent_code;
}
if(tid){
......
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