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

个性化push指标

parent 64a996cd
...@@ -149,7 +149,7 @@ def getSql(startDay,endDay): ...@@ -149,7 +149,7 @@ def getSql(startDay,endDay):
from online.ml_device_day_active_status from online.ml_device_day_active_status
where partition_date >= {startDay} and partition_date<{endDay} where partition_date >= {startDay} and partition_date<{endDay}
AND active_type in ('1','2','3') AND active_type in ('1','2','3')
and device_os_type='ios' -- and device_os_type='ios'
)d )d
on a.partition_day=d.partition_date and a.device_id=d.device_id on a.partition_day=d.partition_date and a.device_id=d.device_id
where d.device_id is null 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