We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.5.9
引用mp的多租户插件下,继承BaseMapper并添加@InterceptorIgnore(tenantLine = "true")注解,sql仍然会拼接”tenant_id“字段
No response
The text was updated successfully, but these errors were encountered:
补一张图,继承的实现和BaseMapper是一样的
Sorry, something went wrong.
default方法不生效,只支持实际执行的method
同样的方式,使用继承后的mapper也有@InterceptorIgnore(tenantLine = "true")注解,执行deleteById却不会拼接tenant_id字段,deleteById方法也是default方法
支持@InterceptorIgnore作用在default方法上.
7edef39
#6613
Feat/20241129210747 (#6631)
5d280b4
* 支持@InterceptorIgnore作用在default方法上. #6613 * 新增插件跳过执行方法.
No branches or pull requests
确认
当前程序版本
3.5.9
问题描述
引用mp的多租户插件下,继承BaseMapper并添加@InterceptorIgnore(tenantLine = "true")注解,sql仍然会拼接”tenant_id“字段
详细堆栈日志
No response
The text was updated successfully, but these errors were encountered: