Commit 0504b3ab authored by 陈家荣's avatar 陈家荣

Merge branch 'newfunc_0510_forum_management' into SANDBOX

parents 0440b4a7 c362de6b
...@@ -550,6 +550,7 @@ router.get('/threadManagement/threads/statistics', function(req, res, next) { ...@@ -550,6 +550,7 @@ router.get('/threadManagement/threads/statistics', function(req, res, next) {
async.parallel([function(cb){//获取帖子总数 async.parallel([function(cb){//获取帖子总数
var _conditions = { var _conditions = {
ent_code: req.session.user.ent_code, ent_code: req.session.user.ent_code,
level: 1,
status: { status: {
$ne: 3 $ne: 3
} }
......
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