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

更新活动字段

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