Commit 89980f97 authored by 陈家荣's avatar 陈家荣

更新活动字段

parent b4b4f579
......@@ -126,11 +126,11 @@ var ForumThreadSchema = new Schema({
event: { //活动
eventStartTime:{
type: Date,
required: true
required: false
},
eventEndTime:{
type: Date,
required: true
required: false
}
},
created: {
......
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