更新NFT变化的持有地址

This commit is contained in:
joewood
2025-01-11 11:45:11 +08:00
parent f6a4bfce72
commit 526770c285

View File

@@ -78,6 +78,7 @@ func (l *HolderUpdateLogic) HolderUpdate() {
value = balance - nft.Balance
nft.Balance = balance
nft.UpdateSeq = updateSeq
nft.Address = o.OwnerAddress
err = l.svcCtx.NftHolderModel.Update(l.ctx, nft)
}