fixed gitee issues/I6DIU9

This commit is contained in:
hubin 2023-07-30 12:11:52 +08:00
parent a45256153b
commit ff79a378fd

View File

@ -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() { public QueryWrapper() {
this((T) null); this((T) null);