-
### 当前使用版本(必填,否则不予处理)
com.github.yulichang
mybatis-plus-join-core
1.4.12
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
MPJLambdaWrapp…
-
**当前使用版本**
所有版本
**当前环境信息**
任意环境
**描述bug现象**
如sql为 select a.* from a left join b on a.id = b.a_id and a.is_deleted = 'n'; 此时利用分页插件分页时,count的sql会优化去掉 left join导致数量不对。
是不是应该在mybatis-plus-extensio…
-
## Bug Report
### Which version of ShardingSphere did you use?
V 5.3.2
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
### Expected behavior
…
-
## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/apache/shardingsphe…
-
### 当前使用版本(必填,否则不予处理)
1.4.13
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
![image](https://github.com/user-attachments/assets/69bf8769-bcc8-445a-ba9b-71507b2b2676)
![image](https://github.com/user-att…
-
### 当前使用版本(必填,否则不予处理)
1.4.10
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
where后面加了一个子查询
### 重现步骤(如果有就写完整)
default List getCompanyList() {
MPJLambdaWrapperX query = new MPJLambdaWrapperX();
…
-
3.5.5执行sql没有问题
`select e.* from newplat_biz.z_oa_notify e left join newplat_biz.z_oa_notify_a a on e.id = a.id where e.create_user = '1' order by e.create_time desc LIMIT 30 `
升…
-
### 当前使用版本(必填,否则不予处理)
![image](https://github.com/yulichang/mybatis-plus-join/assets/88261634/d867e25a-77a3-4ff5-a612-09c36fc7dd9d)
1.4.12
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
我在写连表的时候涉及到跨服务器跨库的时候会导致m…
-
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.github.yulichang.toolkit.SetAccessibleAction (file:/**/Repository/com/github/yulichang/mybatis-p…
-
### 当前使用版本(必填,否则不予处理)
3.5.4.1
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
非问题。建议。
### 重现步骤(如果有就写完整)
N/A
### 报错信息
N/A
==========================
本来想建议直接去掉 IService 和 ServiceImpl,但考虑到有代码生成器和各种…