错误信息:net.sf.json.JSONException: java.lang.reflect.InvocationTargetException 原因:
-
- 日期格式
- hibernate延时加载
List
SELECT DATE_FORMAT(d.rep_date,'%Y-%m-%d') rep_date 用个格式转换函数 同时在网上找答案的时候还发现了个经常出的JSON转换错误 hibernate延时加载(有级联的情况)
本文共 642 字,大约阅读时间需要 2 分钟。
错误信息:net.sf.json.JSONException: java.lang.reflect.InvocationTargetException 原因:
List
SELECT DATE_FORMAT(d.rep_date,'%Y-%m-%d') rep_date 用个格式转换函数 同时在网上找答案的时候还发现了个经常出的JSON转换错误 hibernate延时加载(有级联的情况)
转载于:https://www.cnblogs.com/nan993/p/5994487.html