Commit c9142a48 authored by 王志伟's avatar 王志伟

数据波动原因分析统计

parent d85916f7
...@@ -872,6 +872,8 @@ object find_reason { ...@@ -872,6 +872,8 @@ object find_reason {
|on ov.cl_id = agency_id.device_id |on ov.cl_id = agency_id.device_id
|where ov.action = 'on_click_diary_card' |where ov.action = 'on_click_diary_card'
|and ov.cl_id != "NULL" |and ov.cl_id != "NULL"
|and ov.params['tab_name'] = '精选'
|and ov.params['page_name'] = 'home'
|and ov.partition_date='${partition_date}' |and ov.partition_date='${partition_date}'
|and agency_id.device_id is null |and agency_id.device_id is null
""".stripMargin """.stripMargin
......
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