fixed gitee issues/I6DIU9
This commit is contained in:
parent
a45256153b
commit
ff79a378fd
@ -43,7 +43,7 @@ public class QueryWrapper<T> extends AbstractWrapper<T, String, QueryWrapper<T>>
|
||||
/**
|
||||
* 查询字段
|
||||
*/
|
||||
private final SharedString sqlSelect = new SharedString();
|
||||
protected final SharedString sqlSelect = new SharedString();
|
||||
|
||||
public QueryWrapper() {
|
||||
this((T) null);
|
||||
|
Loading…
x
Reference in New Issue
Block a user