1
This commit is contained in:
parent
b03cd8a4ac
commit
3abfe8e47e
@ -181,7 +181,7 @@ func NftUpdateLock(netId int32, contractAddress string, tokenId string,
|
|||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
||||||
func RepiarHeroQuality() error {
|
func RepairAllHeroNftQuality() error {
|
||||||
var resultErr error
|
var resultErr error
|
||||||
nftDatas := []*jccommon.NftIdentityAndExtData{}
|
nftDatas := []*jccommon.NftIdentityAndExtData{}
|
||||||
{
|
{
|
||||||
@ -213,6 +213,7 @@ func RepiarHeroQuality() error {
|
|||||||
cb)
|
cb)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
f5.GetSysLog().Info("nftutils.RepairAllHeroNftQuality start")
|
||||||
procBatchFunc := func(batch []*jccommon.NftIdentityAndExtData) {
|
procBatchFunc := func(batch []*jccommon.NftIdentityAndExtData) {
|
||||||
if len(batch) <= 0 {
|
if len(batch) <= 0 {
|
||||||
return
|
return
|
||||||
@ -269,6 +270,7 @@ func RepiarHeroQuality() error {
|
|||||||
procBatchFunc(batch)
|
procBatchFunc(batch)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
f5.GetSysLog().Info("nftutils.RepairAllHeroNftQuality end err:%s", resultErr)
|
||||||
return resultErr
|
return resultErr
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user