This commit is contained in:
地平线
2015-10-19 13:51:42 +08:00
parent e4075b9904
commit 2f5f971403

View File

@@ -108,7 +108,7 @@ public final class DataDefaultSource implements DataSource, Nameable {
}
}
private final Function<Class, List> fullloader = (t) -> queryList(t, (FilterNode) null);
private final Function<Class, List> fullloader = (t) -> querySheet(false, t, null, null, (FilterNode) null, null).list(true);
public DataDefaultSource() throws IOException {
this("");