Commit 6497dbc6 authored by strong's avatar strong

Merge commit 'a86726aa' into SANDBOX

parents 64d2c964 a86726aa
......@@ -374,7 +374,8 @@ router.get('/info/myThreads', function(req, res, next) {
var conditions = {
ent_code: req.session.user.ent_code,
from: user.getMobileUser(req)
from: user.getMobileUser(req),
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