Commit 28664014 authored by car's avatar car

tower task

帖子管理增加查询条件查询后台发的帖子
parent b7887cbd
......@@ -164,7 +164,11 @@ var ForumThreadSchema = new Schema({
required: true,
default:Date.now
}
,isPublishByBg:{
type: Number,
require: false,
default: 0
}
}, {
'collection': 'pisns_forum_thread'
});
......
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