创建文档时设置的时间日期格式要与数据库中的时间格式相同。
//创建文档时的设置
"start_time" : {
"format" : "yyyy-MM-dd HH:mm:ss",
"type" : "date"
},
//模板文件中的复制过去
"start_time" : {
"format" : "yyyy-MM-dd HH:mm:ss",
"type" : "date"
},
//数据库中使用varchar类型
2019-08-14 00:2:15
好惨的一天