посылать ответ sdf53 - ок все же нужно, даже если счет не был создан
This commit is contained in:
parent
d6865f8395
commit
cd3488c5ec
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ public class ClearingAccountService extends QueueConsumer implements Initializin
|
|||
if (account == null) {
|
||||
log.info("Can not create account: \"{}\", companyId={}. Ignore SDF52.id={}",
|
||||
sDf52.getAccount(), company.getId(), sDf52.getId());
|
||||
continue;
|
||||
// continue;
|
||||
}
|
||||
} else {
|
||||
String msg = messageResolver.resolve(new EnumMessage(AccountError.AccountNotFound, sDf52.getAccount()));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue