Commit 044606b2 authored by litaolemo's avatar litaolemo

update

parent 8236a865
......@@ -93,7 +93,7 @@ for t in range(1, task_days):
,sum(neirong_click_pv) as neirong_click_pv
FROM
(
SELECT t1.partition_day as partition_date,t1.device_id
SELECT t1.partition_day as partition_date,device_id
,service_exp_pv,neirong_exp_pv,service_click_pv,neirong_click_pv
FROM
(--搜索结果页卡片精准曝光
......@@ -179,7 +179,7 @@ for t in range(1, task_days):
WHERE (a.device_id IS NULL or a.device_id = '')
and (dev.device_id is null or dev.device_id='')
group by partition_day,card_content_type,a.device_id
group by partition_day,card_content_type,dev.device_id
)t1
LEFT JOIN
......
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