diff --git a/mybatis-plus-join-core/src/main/java/com/github/yulichang/wrapper/MPJAbstractLambdaWrapper.java b/mybatis-plus-join-core/src/main/java/com/github/yulichang/wrapper/MPJAbstractLambdaWrapper.java index fb371cc..2b10bbb 100644 --- a/mybatis-plus-join-core/src/main/java/com/github/yulichang/wrapper/MPJAbstractLambdaWrapper.java +++ b/mybatis-plus-join-core/src/main/java/com/github/yulichang/wrapper/MPJAbstractLambdaWrapper.java @@ -21,6 +21,7 @@ import static java.util.stream.Collectors.joining; * * @author yulichang */ +@SuppressWarnings("DuplicatedCode") public abstract class MPJAbstractLambdaWrapper> extends MPJAbstractWrapper { @@ -87,6 +88,14 @@ public abstract class MPJAbstractLambdaWrapper