跟新文档注释

This commit is contained in:
admin 2021-05-26 10:42:22 +08:00
parent e27121caf8
commit 2fdd0e5e6f
2 changed files with 4 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# mybatis-plus-join
* 支持连表查询的[mybatis-plus](https://gitee.com/baomidou/mybatis-plus)
* 支持连表查询的 [mybatis-plus](https://gitee.com/baomidou/mybatis-plus)
* [演示示例](https://gitee.com/best_handsome/mybatis-plus-join-demo)
* [演示工程](https://gitee.com/best_handsome/mybatis-plus-join-demo)
* 点个Star支持一下吧 :)
@ -55,8 +55,6 @@ QQ群:1022221898
#### MPJLambdaWrapper示例
#### 简单的3表查询
```java
class test {
@Resource

View File

@ -21,10 +21,10 @@ import java.util.function.Predicate;
import java.util.stream.Collectors;
/**
* copy {@link com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper}
* 参考 {@link com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper}
* Lambda 语法使用 Wrapper
* <p>
* 推荐使用 Wrappers.<UserDO>lambdaWrapper();构造
* 推荐使用 Wrappers.<UserDO>lambdaJoin();构造
*
* @author yulichang
* @see com.github.yulichang.toolkit.Wrappers