Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
ialbert 2026-04-30 13:06:26 +03:00
commit 1849665f80
2 changed files with 1 additions and 2 deletions

View file

@ -72,7 +72,7 @@ public class BankAccountValidationConfig {
AccountError.DictionaryNotFound,
false),
ValidateSymbolsRule.notRequired("БИК",
BankAccountUpdateRequest::getBankIdentificationCode,
BankAccountNewRequest::getBankIdentificationCode,
AccountError.BadSymbol),
ValidateSymbolsRule.required("Наименование компании",
BankAccountNewRequest::getBankName,

View file

@ -423,7 +423,6 @@ public class OrderCurrencyListener extends QueueConsumer implements Initializing
}
orderCurrency.setStatus(status.getKey());
orderCurrency.setUpdated(Instant.now());
// orderCurrency.setUpdated(sOrder.getTradeDate());//todo
orderCurrencyImdg.update(orderCurrency);
}
}