This commit is contained in:
aozhiwei 2024-09-18 19:33:18 +08:00
parent 16067f7f70
commit 59168219c4

View File

@ -38,7 +38,7 @@ func (this *vip) Add(accountAddress string, val string, idx int64, valField stri
if !ok {
return false
}
bnTotal.Add(bnTotal, bnVal)
bnTotal = bnTotal.Add(bnTotal, bnVal)
err1, _, _ := f5.GetGoStyleDb().NewInsert(
constant.BCNFT_DB,
"t_vip_user",