Commit bc3c9481 authored by 杨翌文's avatar 杨翌文

Merge branch 'bugfix_0615_spread_recover' into SANDBOX

parents 8f7423c5 bf13031e
......@@ -1356,7 +1356,7 @@ router.get('/thread/:tid/spreadchainByRedis', function(req, res, next) {
var conditions = {
ent_code: ent_code,
thread: tid,
source: {$ne:null}
source: {$exists: true}
};
var s1 = new Date().getTime();
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