Commit 1953d4e0 authored by strong's avatar strong

Merge commit '89980f97' into SANDBOX

parents 6d88312a 89980f97
......@@ -138,11 +138,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