-
### 当前使用版本(必填,否则不予处理)
1.4.12
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
使用selectJoinPage分页查询,有leftjoin联表操作,生成查询总数目的sql却没有联表的leftjoin语句,这导致一对多的主子表查询时,查出来的数目和total对不上;比如主表10条数据,每条主表数据有2条子表数据(子表总共20条),这样主表lef…
-
### 确认
- [X] 我的版本是最新版本, 我的版本号与 [version](https://central.sonatype.com/search?q=g:com.github.yulichang%20%20a:mybatis-plus-join-boot-starter&smo=true) 相同, 并且项目里无依赖冲突
- [X] 我已经在 [issue](https://gith…
-
### 确认
- [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] 我的版本是最新版本, 我的版本号与 [version](https://central.sonatype.com/search?q=g:com.github.yulichang%20%20a:mybatis-plus-join-boot-starter&smo=true) 相同, 并且项目里无依赖冲突
- [X] 我已经在 [issue](https://gith…
-
### 当前使用版本(必填,否则不予处理)
3.5.4
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
3.5.3.1 mysql执行 JSON_TABLE正常 3.5.4版本无法正常执行
### 重现步骤(如果有就写完整)
### 报错信息
nested exception is org.apache.ibatis.excepti…
-
**mysql 8.0**
**druid 1.2.16**
**springboot 2.1.8**
**mybatis-plus 3.1.2**
问题sql语句
```xml
replace into pdd_account_order(shop_name, order_id, money, account_create_time, style_id, ma…
-
我再提些建议,你别烦我🥺
我在使用过程中自定义了一个`toLogString`函数,作用是传进去对象或集合,输出有`@LogRecordDiffField`的属性,而且还和`diff-ignore-new-object-null-value`、`diff-msg-separator`结合起来使用了。我觉得将参数属性名转为中文是很常见的需求,可以新增类似的公共函数。
我觉得`@LogRe…
-
### 确认
- [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…
-
mybatis多租户版本
mybatis-plus-extension-3.4.0
问题描述
1:示例SQL如下
select a.name,a.age
from emp a
left join job b on id =a. job_id and job_name is not null
2:在多租户整合后(租户字段名为 t_id)并需要加入租户条件时变…
-
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.github.yulichang.join.mapper.j.UserMapper.selectJoinList
多数据源的配置没有问题,mybatis-plus-join在但数据源也可以跑,但是把mybatis-plus-jo…