由于我在springboot 启动类中 给我的切面类进行了赋值 即@Bean
然而我在切面类中加了@Component 导致 springboot 注入了俩个 bean 所以导致 aop 多次执行 只需要去掉其中一个就可以了!!