Commit fae3e0c4 authored by strong's avatar strong

Merge commit '07b5828e' into SANDBOX

parents 67031ac4 07b5828e
......@@ -766,7 +766,8 @@ exports.getAllCountByFid = function(conditions, callback) {
//获取话题、照片墙子文章数据
function getSubThreads(doc, sort, callback) {
var conditions = {
pid: doc._id
pid: doc._id,
status: 1
};
countAllByFid(conditions, function(err, count) {
if (err) {
......
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