etreschenkov 2026-04-29 19:44:12 +03:00
parent 2f645ceb67
commit e0cda64903
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

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