Commit 7b9822e5 authored by wulixian's avatar wulixian

Merge branch 'dev' into 'test'

修正转赠 See merge request !11
parents 8da64938 217d5f4b
...@@ -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