MongoDB-Plugin
MongoDB-Plugin copied to clipboard
通过aggregate查询出来的日期格式和find出来的不同.
通过find出来的日期格式,是可以被fastjson正常识别的日期格式,但aggregate出来的日期格式,是MongoDB标准的日期格式, 这种格式不被fastjson所识别,请修正. 例如: 用find取出来的日期, 格式为: {"startTime":1497422308377} 用aggregate出出来的日期,格式为 {"startTime":{$date,1497422308377}}