From 89d98dd4f2923f49bf2fa96fd3bbefbb3b6cdd22 Mon Sep 17 00:00:00 2001 From: etreschenkov Date: Tue, 7 Jul 2026 14:17:38 +0300 Subject: [PATCH] http://jira.mfd.msk:8088/browse/CLS-1061 --- .../java/ru/spcex/clearing/imdg/services/UpdateMapService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clearing-parent/imdg/src/main/java/ru/spcex/clearing/imdg/services/UpdateMapService.java b/clearing-parent/imdg/src/main/java/ru/spcex/clearing/imdg/services/UpdateMapService.java index c5222b7d5..61bf57782 100644 --- a/clearing-parent/imdg/src/main/java/ru/spcex/clearing/imdg/services/UpdateMapService.java +++ b/clearing-parent/imdg/src/main/java/ru/spcex/clearing/imdg/services/UpdateMapService.java @@ -215,7 +215,7 @@ public class UpdateMapService extends AbstractUpdateMapService { AccountSymbolsHistory accountSymbolsHistory = new AccountSymbolsHistory(); createBusinessEvent(accountSymbolsHistory, eventType); accountSymbolsHistory.setObject((AccountSymbols) value); - hazelcastServerInstance.getMap(IMDGDistributedNames.Map_TradingClearingRegistryHistory).put(accountSymbolsHistory.getId(), accountSymbolsHistory); + hazelcastServerInstance.getMap(IMDGDistributedNames.Map_AccountSymbolsHistory).put(accountSymbolsHistory.getId(), accountSymbolsHistory); } else if (value instanceof CurrencyPairSecurity) { CurrencyPairSecurityHistory currencyPairSecurityHistory = new CurrencyPairSecurityHistory(); createBusinessEvent(currencyPairSecurityHistory, eventType);