mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
@@ -1147,8 +1147,8 @@ public class DataSetTableService {
|
||||
subSelect.setAlias(new Alias(rightItem.getAlias().toString(), false));
|
||||
}
|
||||
join.setRightItem(subSelect);
|
||||
joinsList.add(join);
|
||||
}
|
||||
joinsList.add(join);
|
||||
}
|
||||
plainSelect.setJoins(joinsList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user