修改查询过滤逻辑5

This commit is contained in:
liaozetao
2023-12-11 16:14:29 +08:00
parent 92acbc13f2
commit 2dcf115977

View File

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