Commit 4aa034f8 authored by 高雅喆's avatar 高雅喆

add device_search_tag

parent 14dacc27
......@@ -556,7 +556,7 @@ object GetDevicePortrait {
| where action = 'on_click_diary_card'
| and (params['page_name']='search_result_diary' or params['page_name']='search_result_more')
| and partition_date > '20180601' group by cl_id) b
|on a.a.cl_id = b.device_id and a.partition_date=b.stat_date
|on a.cl_id = b.device_id and a.partition_date=b.stat_date
|left join diary_feat c
|on COALESCE(a.params['diary_id'], a.params['business_id'], 0) = c.diary_id
|where a.partition_date > '20180601'
......
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