Commit e3a89c1e authored by litaolemo's avatar litaolemo

update

parent 86c943f2
......@@ -655,7 +655,7 @@ FROM
where PARTITION_DAY = '{partition_day}'
AND is_abnormal_device = 'true'
)dev
on t1.partition_date=dev.partition_date and t1.device_id=dev.device_id
on t1.device_id=dev.device_id
WHERE dev.device_id is null
GROUP BY t1.partition_date,t1.device_os_type,t1.active_type,t2.card_content_type,t2.recommend_type
order by day_id,device_os_type,active_type,card_content_type,recommend_type
......
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