reports-service: http://jira.mfd.msk:8088/browse/CLS-711 fix dbFieldMatcher
This commit is contained in:
parent
8f9713c055
commit
5a2607607e
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue