Commit 110dba6d authored by wlx@33.cn's avatar wlx@33.cn

修正转赠

parent 7012f863
...@@ -272,7 +272,7 @@ public class UserAssetTransferConsumer { ...@@ -272,7 +272,7 @@ public class UserAssetTransferConsumer {
} }
UserAssetRecord userAssetRecord = new UserAssetRecord(); UserAssetRecord userAssetRecord = new UserAssetRecord();
userAssetRecord.init(user.getUid(), record.getCoin(), 21, reNumber, stauts, userAssetRecord.init(user.getUid(), record.getCoin(), 21, reNumber, stauts,
user.getAddress(), hash, "转赠方扣除用户资产"); userRecive.getAddress(), hash, "转赠方扣除用户资产");
userAssetRecordMapper.insert(userAssetRecord); userAssetRecordMapper.insert(userAssetRecord);
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment