public
InvocationTargetException(Throwable target)
List<Carparameter> carVersion = carparameterDao.getCarparameterByCarId(cars.getId());我在service里面调用dao的方法,怎么跑到
public Invocation
TargetException(Throwable target) {
super((Throwable)null); // Disallow initCause
this.target = target;
}
这个方法里面,后台并没用报错,请问各位高手这个是怎么回事
------解决方案--------------------吧缓存什么的都清下