reports-service: http://jira.mfd.msk:8088/browse/CLS-711 fix dbFieldMatcher

This commit is contained in:
akulikov 2024-08-22 14:33:00 +03:00
parent 8f9713c055
commit 5a2607607e

View file

@ -142,7 +142,7 @@ public class DBProvider implements ImdgProvider {
executionFondMatcher.put("counterPartyTradingClearingRegistryId", "counter_party_trading_clearing_registry_id");
executionFondMatcher.put("partyTradingClearingRegistry", "party_trading_clearing_registry");
executionFondMatcher.put("counterPartyTradingClearingRegistry", "counter_party_trading_clearing_registry");
this.fieldsMatcherForTable.put(ExecutionDeposit.class, executionFondMatcher);
this.fieldsMatcherForTable.put(ExecutionFond.class, executionFondMatcher);
Map<String, String> companyMatcher = new HashMap<>();
companyMatcher.put("id", "id");