MyBatis version
mybatis 3.5.2
mybatis-plus :
Database vendor and version
mysql 8.0.5
see https://github.com/baomidou/mybatis-plus/issues/1998
Actual result
below is my xml mapper:
please tell me why.
Comment From: harawata
This seems like a mybatis-plus matter. Can you replicate the problem without mybatis-plus?
Comment From: zhangbro
sorry to keep you waiting, I found it seems caused by cache , I'm using redis :
when i first reach this line : everything is fine
but when i reach this line second time , there are some cached data.
it might be some improper configs in my project. anyway , thank you .