mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
fix 移除union all泛型限制
This commit is contained in:
parent
7c9e77f828
commit
6e06a04fd9
@ -245,8 +245,8 @@ public class MPJLambdaWrapper<T> extends MPJAbstractLambdaWrapper<T, MPJLambdaWr
|
||||
/**
|
||||
* union all
|
||||
*/
|
||||
@SafeVarargs
|
||||
public final <E, F> MPJLambdaWrapper<T> unionAll(MPJLambdaWrapper<T>... wrappers) {
|
||||
@SuppressWarnings("UnusedReturnValue")
|
||||
public final MPJLambdaWrapper<T> unionAll(MPJLambdaWrapper<?>... wrappers) {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
for (MPJLambdaWrapper<?> wrapper : wrappers) {
|
||||
addCustomWrapper(wrapper);
|
||||
|
Loading…
x
Reference in New Issue
Block a user