Closed gumutianqi closed 8 years ago
@T-baby
重现方式,在AccountBean里面新建属性:
private Long createDate; // insert的时候存入时间戳 bean.setCreateDate(System.currentTimeMillis());
这是执行findById或者其他有ClassZ类型转换的测试,就会异常:
com.alibaba.fastjson.JSONException: can not cast to long, value : {"$numberLong":"1471597786181"}
https://github.com/T-baby/MongoDB-Plugin/commit/d6f2170ac767a13286e81806958d486bcea7be47
已经在dev分支上修复
@T-baby
重现方式,在AccountBean里面新建属性:
这是执行findById或者其他有ClassZ类型转换的测试,就会异常: