Commit ce1eea0d authored by 陈家荣's avatar 陈家荣

修改版主申请字段 状态

parent f457d5c3
...@@ -27,10 +27,10 @@ var ForumModeratorApplySchema = new Schema({ ...@@ -27,10 +27,10 @@ var ForumModeratorApplySchema = new Schema({
type: Date, type: Date,
require: true require: true
}, },
status: { //状态 0 申请中, 1 通过 , 2 不通过 status: { //状态 1 通过 , 2 不通过
type: Number, type: Number,
require: true, require: true,
default: 0 default: 2
}, },
infoIds: [ //板块ids infoIds: [ //板块ids
{type: Schema.Types.ObjectId, ref: 'ForumInfo'} {type: Schema.Types.ObjectId, ref: 'ForumInfo'}
......
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