Helius
2022-03-24 e9fc4f4b843a4ecc4ea7a1b26f75dd844cbbcb7e
src/main/java/cc/mrbird/febs/common/interceptor/MybatisInterceptor.java
@@ -25,8 +25,8 @@
 * @date 2020-05-13
 **/
@Slf4j
@Component
@Intercepts({@Signature(type = Executor.class, method = "update", args = {MappedStatement.class, Object.class})})
//@Component
//@Intercepts({@Signature(type = Executor.class, method = "update", args = {MappedStatement.class, Object.class})})
public class MybatisInterceptor implements Interceptor {
    @Override
    public Object intercept(Invocation invocation) throws Throwable {