fix
This commit is contained in:
parent
49c31aa9ce
commit
327a38177f
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue