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();
|
imdgTransaction.beginTransaction();
|
||||||
try {
|
try {
|
||||||
accountMap.update(account);
|
accountMap.update(account);
|
||||||
bankAccountMap.delete(bankAccount);
|
//без изменений bankAccountMap.update(bankAccount);
|
||||||
txOk = true;
|
txOk = true;
|
||||||
} finally {
|
} finally {
|
||||||
if (txOk) {
|
if (txOk) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue