This commit is contained in:
lwl0608 2024-04-24 22:24:51 +08:00
parent 49c31aa9ce
commit 327a38177f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func (vo *ApiListVO) CopyWallet(wallet *dbstruct.Wallet) *ApiListVO {
return vo return vo
} }
vo.GoldNum = wallet.Coins vo.GoldNum = wallet.Coins
vo.DiamondNum = wallet.Diamonds vo.DiamondNum = wallet.WithdrawDiamonds
vo.WithdrawDiamondNum = wallet.WithdrawDiamonds vo.WithdrawDiamondNum = wallet.WithdrawDiamonds
return vo return vo
} }