java.lang.reflect.Method cannot be cast to com.enation.javashop.core.model.Order
指Method类型不能转换成 com.enation.javashop.core.model包下的Order类
我是在spring Aop日志管理时调用public void afterReturning(Object returnValue, Method method, Object[] args Object target) throws Throwable {}中的参数时,由于参数代表值不清楚,才出现的错误。