This commit is contained in:
AKurakin 2023-09-07 17:52:50 +03:00
parent db06a05eda
commit 0e19218728

View file

@ -46,7 +46,7 @@ public class ExecutionDepositMapStore extends TemplateMapStore<ExecutionDeposit>
@Override
public Iterable<Long> loadAllKeys() {
return defaultLoadAllKeysOnTodayByField("FIRST_LEG_SETTLEMENT_DATE", true);
return defaultLoadAllKeysOnTodayByField("SECOND_LEG_SETTLEMENT_DATE", true);
}
@Override