Commit 6c8aa63e authored by 杨翌文's avatar 杨翌文

回复首层

parent ab14386e
...@@ -1355,8 +1355,7 @@ router.get('/thread/:tid/spreadchainByRedis', function(req, res, next) { ...@@ -1355,8 +1355,7 @@ router.get('/thread/:tid/spreadchainByRedis', function(req, res, next) {
function(cont) { function(cont) {
var conditions = { var conditions = {
ent_code: ent_code, ent_code: ent_code,
thread: tid, thread: tid
source: {$ne: null}
}; };
var s1 = new Date().getTime(); var s1 = new Date().getTime();
ForumPVLog.count(conditions).exec(function(err, count) { ForumPVLog.count(conditions).exec(function(err, count) {
......
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