Skip to content

Commit 72ce90e

Browse files
committed
fix txLog
Change-Id: Id7dd01fac186868f4f51a307a6650beb62c1b09a
1 parent 36a81b0 commit 72ce90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

txlcn-tc/src/main/java/com/codingapi/txlcn/tc/corelog/aspect/AsyncH2DBAspectLogger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void trace(String groupId, String unitId, TransactionInfo transactionInfo
7474
txLog.setUnitId(unitId);
7575
txLog.setMethodStr(transactionInfo.getMethodStr());
7676
txLog.setTime(System.currentTimeMillis());
77-
txLog.setUnitIdHash(groupId.hashCode());
77+
txLog.setGroupIdHash(groupId.hashCode());
7878
txLog.setUnitIdHash(unitId.hashCode());
7979

8080
boolean res = txLogHelper.save(txLog);

0 commit comments

Comments
 (0)