1
This commit is contained in:
parent
ce3aea1602
commit
f3f1df3733
@ -26,7 +26,7 @@ func (this* specTransfer721) process() {
|
||||
nowTime := f5.GetApp().GetRealSeconds()
|
||||
expiredTime := nowTime - 3600 * 24 * 7
|
||||
sql := fmt.Sprintf(`
|
||||
SELECT * FROM t_721nft_spec_transfer WHERE idx > %d AND status = 0 AND createtime < %d LIMIT 1000
|
||||
SELECT * FROM t_721nft_spec_transfer WHERE idx > %d AND status = 0 AND createtime > %d LIMIT 1000
|
||||
`,
|
||||
lastIdx,
|
||||
expiredTime)
|
||||
|
Loading…
x
Reference in New Issue
Block a user