failed; nested exception is java.lang.NoSuchMethodException: com.lcz.ssm.controller.OrderControler.
(twelve):error
** failed; nested exception is java.lang.NoSuchMethodException: com.lcz.ssm.controller.OrderControler.findAll(java.lang.Integer, java.lang.Integer)**
在Spring AOP日志中,获取有参方法名是报的异常
因为在,获取的方法 参数是int 类型,而非Integer,改过来就好了