baomidou / mybatis-plus

An powerful enhanced toolkit of MyBatis for simplify development
https://baomidou.com
Apache License 2.0
16.45k stars 4.31k forks source link

[错误报告]: 描述DataChangeRecorderInnerInterceptor插件无法获取到原始值 #6583

Closed a386572631 closed 2 weeks ago

a386572631 commented 2 weeks ago

确认

当前程序版本

3.5.6

问题描述

DataChangeRecorderInnerInterceptor插件无法获取到原始值,原因是捕获到了数据库驱动异常,异常如下。 其中我用的oracle驱动版本为ojdbc:11.2.0.3,mybatis-plus版本为3.5.6

详细堆栈日志

java.lang.AbstractMethodError: Receiver class oracle.jdbc.driver.OracleResultSetImpl does not define or inherit an implementation of the resolved method abstract getObject