account-service http://jira.mfd.msk:8088/browse/CLS-819
This commit is contained in:
parent
24347c6489
commit
4145388f9b
1 changed files with 2 additions and 0 deletions
|
|
@ -530,6 +530,8 @@ public class ClearingAccountService extends QueueConsumer implements Initializin
|
|||
log.info("Can not create account: \"{}\", companyId={}. Ignore SDF52.id={}",
|
||||
sDf52.getAccount(), company.getId(), sDf52.getId());
|
||||
// continue;
|
||||
} else {
|
||||
sendNotificationAccountNewRequest(account);
|
||||
}
|
||||
} else {
|
||||
String msg = messageResolver.resolve(new EnumMessage(AccountError.AccountNotFound, sDf52.getAccount()));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue