mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
1.0.9
This commit is contained in:
parent
88c8d1f3bd
commit
8dcf0d58e9
@ -1,6 +1,8 @@
|
|||||||
## 支持lambda的QueryWrapper
|
## 支持lambda的QueryWrapper
|
||||||
|
|
||||||
让QueryWrapper也能使用lambda
|
让QueryWrapper也能使用lambda
|
||||||
|
单表lambda请使用mybatis-plus提供的LambdaQueryWrapper
|
||||||
|
本示例主要在连表的情况下使用!
|
||||||
|
|
||||||
### 使用方法
|
### 使用方法
|
||||||
|
|
||||||
@ -131,4 +133,6 @@ WHERE (
|
|||||||
AND user.sex > ?
|
AND user.sex > ?
|
||||||
AND user_address.tel = ?
|
AND user_address.tel = ?
|
||||||
AND user_address.address LIKE ?)
|
AND user_address.address LIKE ?)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
QQ群:1022221898
|
Loading…
x
Reference in New Issue
Block a user