Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
Open Source
>
Database Related
>
DB Development Package
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
2.3K
Star
11.6K
Fork
3.5K
GVP
baomidou
/
mybatis-plus
Code
Issues
13
Pull Requests
0
Insights
Pipelines
Service
JavaDoc
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
DevLens
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
多租户 right join bug
Done
#I4FP6E
闵柯
Opened this issue
2021-10-28 11:15
### 当前使用版本(必填,否则不予处理) 3.4.3.4 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) right join on条件为非主键 right join 在on中添加了右表.tenant_id=xxx right join是通过where将右表筛选之后的数据全部查询出来, on中的条件只是筛选左表的数据, 这里无法做到筛选条件 ### 重现步骤(如果有就写完整) 代码为你们提供的用例: https://gitee.com/baomidou/mybatis-plus-samples/tree/master/mybatis-plus-sample-tenant 修改 src/main/java/com/baomidou/mybatisplus/samples/tenant/mapper/UserMapper.xml文件如下图所示  执行junit单测 com.baomidou.mybatisplus.samples.tenant.TenantTest#testTenantFilter 生成的sql为 ```sql SELECT a.name AS addr_name, u.id, u.name FROM user_addr a RIGHT JOIN user u ON u.name = a.name AND u.tenant_id = 1 ``` 期望的sql应该是 ```sql SELECT a.name AS addr_name, u.id, u.name FROM user_addr a RIGHT JOIN user u ON u.name = a.name AND a.tenant_id = 1 where u.tenant_id=1 ``` 期望查询的数据是3条, 实际查询了5条 ### 报错信息 无
### 当前使用版本(必填,否则不予处理) 3.4.3.4 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) right join on条件为非主键 right join 在on中添加了右表.tenant_id=xxx right join是通过where将右表筛选之后的数据全部查询出来, on中的条件只是筛选左表的数据, 这里无法做到筛选条件 ### 重现步骤(如果有就写完整) 代码为你们提供的用例: https://gitee.com/baomidou/mybatis-plus-samples/tree/master/mybatis-plus-sample-tenant 修改 src/main/java/com/baomidou/mybatisplus/samples/tenant/mapper/UserMapper.xml文件如下图所示  执行junit单测 com.baomidou.mybatisplus.samples.tenant.TenantTest#testTenantFilter 生成的sql为 ```sql SELECT a.name AS addr_name, u.id, u.name FROM user_addr a RIGHT JOIN user u ON u.name = a.name AND u.tenant_id = 1 ``` 期望的sql应该是 ```sql SELECT a.name AS addr_name, u.id, u.name FROM user_addr a RIGHT JOIN user u ON u.name = a.name AND a.tenant_id = 1 where u.tenant_id=1 ``` 期望查询的数据是3条, 实际查询了5条 ### 报错信息 无
Comments (
28
)
Sign in
to comment
Status
Done
Backlog
Doing
Done
Closed
Assignees
Not set
你有医保你先上
h825944942
Assignee
Collaborator
+Assign
+Mention
Labels
bug
Not set
Label settings
Milestones
No related milestones
No related milestones
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
Branches (
-
)
Tags (
-
)
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
参与者(8)
Java
1
https://gitee.com/baomidou/mybatis-plus.git
git@gitee.com:baomidou/mybatis-plus.git
baomidou
mybatis-plus
mybatis-plus
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register