AutoProxyCreator类,源码41行,return advisedSupport.getProxy(); 初次匹配生成动态代理之后直接返回了,无法支持多个Advisor增强; 为便于拓展,应改为: bean=advisedSupport.getProxy();