Aligning with new model

This commit is contained in:
Luca Frosini 2021-06-04 11:59:38 +02:00
parent 05fd467232
commit 7fb9fa2523
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ public class AccountingPersistenceQueryPostgreSQL implements AccountingPersisten
Statement statement = connection.createStatement();
Query query = new Query(aggregatedRecordClass);
query.setTableFieldToRequest(AggregatedStorageStatusRecord.PROVIDER_ID);
query.setTableFieldToRequest(AggregatedStorageStatusRecord.PROVIDER_URI);
String sql = query.getDinstinctValuesQuery();
SortedSet<String> providersIds = new TreeSet<>();