This commit is contained in:
aozhiwei 2024-06-22 21:16:31 +08:00
parent ce3aea1602
commit f3f1df3733

View File

@ -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)