Commit a86726aa authored by 刘文胜's avatar 刘文胜

我的帖子的接口增加status=1条件 /v1/forum/info/myThreads

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