Commit 1e2fcec1 authored by 宋柯's avatar 宋柯

模型调试

parent 5f911d88
...@@ -506,7 +506,7 @@ def getExposureSql(start, end): ...@@ -506,7 +506,7 @@ def getExposureSql(start, end):
--and page_name='home' --and page_name='home'
--and tab_name='精选' --and tab_name='精选'
--and page_name in ('home','search_result_more') --and page_name in ('home','search_result_more')
and ((page_name='home' and tab_name='精选') or (page_name='category' and tab_name = '商品')) --and ((page_name='home' and tab_name='精选') or (page_name='category' and tab_name = '商品'))
and card_type in ('card','video') and card_type in ('card','video')
and card_content_type in ('service') 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') and (get_json_object(exposure_card,'$.in_page_pos') is null or get_json_object(exposure_card,'$.in_page_pos') != 'seckill')
......
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