This commit is contained in:
parent
2f645ceb67
commit
e0cda64903
2 changed files with 1 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ public class BankAccountValidationConfig {
|
|||
AccountError.DictionaryNotFound,
|
||||
false),
|
||||
ValidateSymbolsRule.notRequired("БИК",
|
||||
BankAccountUpdateRequest::getBankIdentificationCode,
|
||||
BankAccountNewRequest::getBankIdentificationCode,
|
||||
AccountError.BadSymbol),
|
||||
ValidateSymbolsRule.required("Наименование компании",
|
||||
BankAccountNewRequest::getBankName,
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue