当前使用版本

MyBatisPlus3.5.5 spring-boot-starter-parent 2.7.14

该问题是如何引起的

  1. remove方法进行拦截 MyBatis-Plus spring的aop拦截失败

  2. controller层 MyBatis-Plus spring的aop拦截失败

  3. 进行debug的时候发现成功添加到chainMyBatis-Plus spring的aop拦截失败

其他版本尝试

MyBatisPlus3.4.1 spring-boot-starter-parent 2.7.14

  1. 同样操作

  2. 进行debug,可以正常被拦截 MyBatis-Plus spring的aop拦截失败

如果这不是我操作引发的问题,我愿意尝试解决这个bug

Comment From: binfengyan

实际验证过与版本无关

Comment From: Agility6

你好,请问实际验证,切换MyBatisPlus3.5.5可以正常拦截到吗?

Comment From: binfengyan

我这边使用3.5.5正常拦截,建议排查其它方面问题