Commit 1109f3bf authored by 刘文胜's avatar 刘文胜

1111

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