Commit 92093f2d authored by 陈家荣's avatar 陈家荣

22

parent 5c3eb63a
......@@ -103,13 +103,13 @@ router.get('/thread/searchComment', function(req, res, next) {
var pageNo = req.query.pageNo,
pageSize = req.query.pageSize,
from = req.session.mobileForumUser.userId,
status = 1,
// status = 1,
ent_code = req.session.user.ent_code;
if (pageNo && pageSize) {
var q = {
ent_code: ent_code,
status: status,
// status: status,
from:req.session.mobileForumUser.from
};
......
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