1
This commit is contained in:
parent
b747dfba0e
commit
6e391ae87a
@ -100,10 +100,10 @@ func (this* contribution) internalStat(statTime int64, nowTime int64) bool {
|
||||
}
|
||||
{
|
||||
addressHash := new(q5.ConcurrentMap[string, *accountStacking])
|
||||
sqlTpl := "SELECT * FROM t_nft WHERE idx > %d AND token_type <> ? AND last_lock_time < ? AND owner_address IN ("
|
||||
sqlTpl := "SELECT * FROM t_nft WHERE idx > %d AND token_type <> ? AND last_lock_time <= ? AND owner_address IN ("
|
||||
params := []string{
|
||||
q5.ToString(jccommon.NFT_TYPE_GOLD_BULLION),
|
||||
q5.ToString(statTime),
|
||||
q5.ToString(statDaySeconds),
|
||||
}
|
||||
{
|
||||
inited := false
|
||||
|
Loading…
x
Reference in New Issue
Block a user