MybatisPlus 多租户的常见问题
mybatis plus :https://mp.baomidou.com/guide/interceptor-tenant-line.html
如果最终执行的sql出现select查询没有租户ID,而更新有租户ID的情况下
需要看下是否
TenantLineInnerInterceptor 接口的
builderExpression和
parserMulti方法是否重写
复制请注明出处,在世界中挣扎的灰太狼
mybatis plus :https://mp.baomidou.com/guide/interceptor-tenant-line.html
如果最终执行的sql出现select查询没有租户ID,而更新有租户ID的情况下
需要看下是否
TenantLineInnerInterceptor 接口的
builderExpression和
parserMulti方法是否重写