修改查询过滤逻辑5
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
and alr.uid not in (
|
||||
select a.uid from account as a where
|
||||
a.last_login_time >= DATE_SUB(CURDATE(), INTERVAL 60 DAY)
|
||||
and (find_in_set(a.app_version, #{ignoreVersion})) or find_in_set(a.channel, #{ignoreChannel}))
|
||||
and (find_in_set(a.app_version, #{ignoreVersion}) or find_in_set(a.channel, #{ignoreChannel}))
|
||||
)
|
||||
</if>
|
||||
limit #{index}, #{offset}
|
||||
|
Reference in New Issue
Block a user