account-service http://jira.mfd.msk:8088/browse/CLS-230
This commit is contained in:
parent
fa1f347842
commit
3503246d2b
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ public class BankAccountService extends QueueConsumer implements InitializingBea
|
|||
if (relationByCompany != null) {
|
||||
account.setRelationId(relationByCompany.getId());
|
||||
account.setCompanyId(relationByCompany.getConsumerId());
|
||||
bankAccount.setCompanyId(relationByCompany.getConsumerId());
|
||||
} else {
|
||||
log.warn("Not found relation by condition: {}", relationSqlCondition);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue