Commit 72bf3e0a authored by 郭羽's avatar 郭羽

update feature

parent c5a2af96
......@@ -429,7 +429,7 @@ def getExposureSql(start, end):
SELECT DISTINCT t1.partition_date,t1.cl_id device_id,t1.card_id,t1.time_stamp, 0 as page_stay,cl_type as os
from
( --新首页卡片曝光
SELECT partition_date,cl_id,card_id,time_stamp
SELECT partition_date,cl_id,card_id,time_stamp,cl_type
FROM online.ml_community_precise_exposure_detail
where partition_date>='{startDay}' and partition_date<='{endDay}'
and action in ('page_precise_exposure','home_choiceness_card_exposure')
......
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