mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
update
This commit is contained in:
parent
c228ed8767
commit
e82c72ae6f
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.github.yulichang</groupId>
|
||||
<artifactId>mybatis-plus-join</artifactId>
|
||||
<version>1.0.5</version>
|
||||
<version>1.0.7-SNAPSHOT</version>
|
||||
<name>mp</name>
|
||||
<description>An enhanced toolkit of Mybatis-Plus to simplify development.</description>
|
||||
<url>https://github.com/yulichang/mybatis-plus-join</url>
|
||||
|
@ -142,7 +142,7 @@ public class MyJoinLambdaQueryWrapper<T> extends MyAbstractLambdaWrapper<T, MyJo
|
||||
}
|
||||
|
||||
public final MyJoinLambdaQueryWrapper<T> selectAll(Class<?> clazz) {
|
||||
return selectAll(clazz);
|
||||
return selectAll(true, clazz);
|
||||
}
|
||||
|
||||
public final MyJoinLambdaQueryWrapper<T> selectAll(boolean condition, Class<?> clazz) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user