Skip to content

Commit a4339e2

Browse files
committed
notify group, tx state
1 parent c1aae3a commit a4339e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

txlcn-tm/src/main/java/com/codingapi/txlcn/tm/txmsg/transaction/NotifyGroupExecuteService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public Serializable execute(TransactionCmd transactionCmd) throws TxManagerExcep
7575
if (transactionState == 0) {
7676
txLogger.txTrace(transactionCmd.getGroupId(), "", "mandatory rollback for user.");
7777
}
78-
return transactionState;
78+
return commitState;
7979
} catch (TransactionException e) {
8080
throw new TxManagerException(e);
8181
} finally {

0 commit comments

Comments
 (0)