-
### 确认
- [X] 我的版本是最新版本, 我的版本号与 [version](https://central.sonatype.com/search?q=g:com.github.yulichang%20%20a:mybatis-plus-join-boot-starter&smo=true) 相同, 并且项目里无依赖冲突
- [X] 我已经在 [issue](https://github.…
-
### 确认
- [X] 我使用的版本是[最新版](https://central.sonatype.com/search?q=g:com.baomidou%20%20a:mybatis-plus&smo=true), 并且使用插件确认过项目里无依赖版本冲突
- [X] 我已经在 [issue](https://github.com/baomidou/mybatis-plus/issues) 中…
-
### 确认
- [X] 我的版本是最新版本, 我的版本号与 [version](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.baomidou%22%20AND%20a%3A%22mybatis-plus%22) 相同, 并且项目里无依赖冲突
- [X] 我已经在 [issue](https://github.com/baomid…
-
2024-05-15 11:44:39.626 ERROR [ main] [] o.s.boot.SpringApplication [820] : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating be…
-
Could add smart count logic like Mybatis Plus in Page Helper Plugin?
Mybatis Plus has a logic which will get smarting but may not accurate sql by auto optimize left join, but Mybatis PageHelper Plugi…
-
类型:建议
如题
-
### 当前使用版本(必填,否则不予处理)
1.4.6,
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
### 重现步骤(如果有就写完整)
### 报错信息
-
在commitid为bc76f750的提交中,已经存在过对此问题的修复,但是存在局限性。
![企业微信截图_e82f1d07-ac90-42af-9de3-d8174f142e7c](https://github.com/user-attachments/assets/59580ef7-236d-4bd1-a3e4-f20040d983e0)
局限性为:仅解决了整个查询只有自连接的情况。
…
-
druid-spring-boot-starter 1.2.20
taos-jdbcdriver 3.2.3
mybatis-plus-boot-starter 3.5.4
正常执行的sql语句:select count(*) from (select *,diff(accumulate) as water_num from s_water partition by device_id) t…
-
SELECT A.id
FROM A left join B on A.id=B.a_id
and A.xx=12 and B.id