посылать ответ sdf53 - ок все же нужно, даже если счет не был создан

This commit is contained in:
etreschenkov 2024-07-10 18:22:19 +03:00
parent d6865f8395
commit cd3488c5ec

View file

@ -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()));