account-service BankAccountService поправил блокировку
This commit is contained in:
parent
1e1c4f5526
commit
475d19f1d8
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ public class BankAccountService extends QueueConsumer implements InitializingBea
|
|||
imdgTransaction.beginTransaction();
|
||||
try {
|
||||
accountMap.update(account);
|
||||
bankAccountMap.delete(bankAccount);
|
||||
//без изменений bankAccountMap.update(bankAccount);
|
||||
txOk = true;
|
||||
} finally {
|
||||
if (txOk) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue