StatementService fix
This commit is contained in:
parent
a217295123
commit
72667e5dec
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ public class StatementService extends QueueConsumer implements InitializingBean
|
|||
//ответ придет в этот же метод, process
|
||||
accountRequests.add(createAccountRequestPart(sdf01.getId(), sdf01.getAccount(), company.getId()));
|
||||
log.info("account {} for sdf01.id={} not found - send request for creation", sdf01.getAccount(), sdf01.getId());
|
||||
continue;
|
||||
} else if (BalanceError.AccountNotPresent.equals(error.map(EnumMessage::getSubject).orElse(null))) {
|
||||
log.error("fatal error: resumed processing after generating accounts, but no account found for sdf01.id={}", sdf01.getId());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue