Commit b027c442 authored by strong's avatar strong

Merge branch 'bugfix_0118_info_delete' into SANDBOX

parents 95f41ba3 1109f3bf
......@@ -478,7 +478,8 @@ router.get('/info/hisThreads/:id', function(req, res, next) {
var conditions = {
ent_code: req.session.user.ent_code,
from: req.params.id
from: req.params.id,
status: 1
};
async.waterfall([
......
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