Commit 4e79cac1 authored by 宋柯's avatar 宋柯

降配

parent 68a2a246
......@@ -118,7 +118,7 @@ FROM
where partition_date>='{}' and partition_date<=regexp_replace(DATE_SUB(current_date,1) ,'-','')
and action in ('page_precise_exposure','home_choiceness_card_exposure')
and is_exposure='1'
and page_name='new_community_home'
and page_name='home'
and tab_name='精选'
and card_type in ('card','video')
and card_content_type in ('diary','question','answer','qa','topic','user_post','doctor_post','service')
......@@ -150,7 +150,7 @@ FROM
FROM online.bl_hdfs_maidian_updates
where partition_date>='{}' and partition_date<=regexp_replace(DATE_SUB(current_date,1) ,'-','')
and action='on_click_card'
and page_name='new_community_home'
and page_name='home'
and params['tab_name']='精选'
and params['card_type'] in ('card','video')
and params['card_content_type'] in ('diary','question','answer','qa','topic','user_post','doctor_post','service')
......
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