Commit c5a2af96 authored by 郭羽's avatar 郭羽

update feature

parent eed3fb63
......@@ -392,7 +392,7 @@ def getClickSql(start, end):
AND cl_id != ''
AND business_id is not null
AND business_id != ''
group by partition_date,cl_id,business_id,time_stamp,page_stay
group by partition_date,cl_id,business_id,time_stamp,page_stay,cl_type
) AS t1
join
( --渠道,新老
......@@ -440,7 +440,7 @@ def getExposureSql(start, end):
and card_type in ('card','video')
and card_content_type in ('service')
and (get_json_object(exposure_card,'$.in_page_pos') is null or get_json_object(exposure_card,'$.in_page_pos') != 'seckill')
group by partition_date,cl_id,card_id,time_stamp
group by partition_date,cl_id,card_id,time_stamp,cl_type
) t1
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