Skip to content

Commit 87865d8

Browse files
authored
Merge pull request #499 from boylong12/master
fix txLog
2 parents 36a81b0 + 72ce90e commit 87865d8

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)