From 526770c285bf2fdec3686fd26c286901279ad949 Mon Sep 17 00:00:00 2001 From: joewood Date: Sat, 11 Jan 2025 11:45:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0NFT=E5=8F=98=E5=8C=96?= =?UTF-8?q?=E7=9A=84=E6=8C=81=E6=9C=89=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/nft/holder_update_logic.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/logic/nft/holder_update_logic.go b/internal/logic/nft/holder_update_logic.go index b94a79b..e0830d6 100644 --- a/internal/logic/nft/holder_update_logic.go +++ b/internal/logic/nft/holder_update_logic.go @@ -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) }