This commit is contained in:
2019-04-16 22:26:23 +08:00
parent 52f5214bbd
commit 7c3c24dcb4
5 changed files with 48 additions and 2 deletions

View File

@@ -433,7 +433,7 @@ public class MetaKit {
Set<String> allAlias;
if (!all) {
allAlias = UtilityExt.streamConcat(
allAlias = Liangs.streamConcat(
metaService.getFilters().stream().map(f -> {
String col = (String) f.get("name");
String alias = col.split("[.]")[0];