This commit is contained in:
aozhiwei 2024-09-24 16:29:15 +08:00
parent 12ba69e75f
commit adbc577e01

View File

@ -68,7 +68,7 @@ func (this *vip) AddEx(accountAddress string, val string, idx int64, valField st
constant.BCNFT_DB,
"t_vip_user",
[][]string {
{"address", accountAddress},
{"account_address", accountAddress},
},
updateKv)
if err1 != nil {