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
|
* union all
|
||||||
*/
|
*/
|
||||||
@SafeVarargs
|
@SuppressWarnings("UnusedReturnValue")
|
||||||
public final <E, F> MPJLambdaWrapper<T> unionAll(MPJLambdaWrapper<T>... wrappers) {
|
public final MPJLambdaWrapper<T> unionAll(MPJLambdaWrapper<?>... wrappers) {
|
||||||
StringBuilder sb = new StringBuilder();
|
StringBuilder sb = new StringBuilder();
|
||||||
for (MPJLambdaWrapper<?> wrapper : wrappers) {
|
for (MPJLambdaWrapper<?> wrapper : wrappers) {
|
||||||
addCustomWrapper(wrapper);
|
addCustomWrapper(wrapper);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user