Commit 654192a1 authored by 郭羽's avatar 郭羽

个性化push指标

parent 64a996cd
......@@ -149,7 +149,7 @@ def getSql(startDay,endDay):
from online.ml_device_day_active_status
where partition_date >= {startDay} and partition_date<{endDay}
AND active_type in ('1','2','3')
and device_os_type='ios'
-- and device_os_type='ios'
)d
on a.partition_day=d.partition_date and a.device_id=d.device_id
where d.device_id is null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment