Merge branch 'feat-IRONFANS-70' into test

This commit is contained in:
lwl0608 2024-04-24 22:24:58 +08:00
commit 61186228de
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
}
vo.GoldNum = wallet.Coins
vo.DiamondNum = wallet.Diamonds
vo.DiamondNum = wallet.WithdrawDiamonds
vo.WithdrawDiamondNum = wallet.WithdrawDiamonds
return vo
}