1
This commit is contained in:
parent
af5e67ae90
commit
c9a33c3f52
@ -86,7 +86,7 @@ SELECT * FROM t_nft WHERE idx > %d AND last_refresh_meta_time = 0 LIMIT 200`,
|
|||||||
func () int64 {
|
func () int64 {
|
||||||
this.doRefresh()
|
this.doRefresh()
|
||||||
this.batchNfts = []*nftInfo{}
|
this.batchNfts = []*nftInfo{}
|
||||||
return 60
|
return 60 + 10
|
||||||
},
|
},
|
||||||
this.repairHeroMeta)
|
this.repairHeroMeta)
|
||||||
}
|
}
|
||||||
@ -100,7 +100,9 @@ func (this* refreshMeta) repairHeroMeta(ds *f5.DataSet) bool {
|
|||||||
nft.netId = q5.ToInt32(ds.GetByName("net_id"))
|
nft.netId = q5.ToInt32(ds.GetByName("net_id"))
|
||||||
nft.contractAddress = ds.GetByName("contract_address")
|
nft.contractAddress = ds.GetByName("contract_address")
|
||||||
nft.tokenId = ds.GetByName("token_id")
|
nft.tokenId = ds.GetByName("token_id")
|
||||||
q5.AppendSlice(&this.batchNfts, nft)
|
if nft.tokenId == "6240619010000001" {
|
||||||
|
q5.AppendSlice(&this.batchNfts, nft)
|
||||||
|
}
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user