.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user