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

修改统计参数

parent 3777922e
......@@ -407,7 +407,7 @@ object coincidence_xinyang {
|from online.tl_hdfs_maidian_view ov left join all_id
|on ov.cl_id = all_id.device_id
|where partition_date >= '20180501'
|and coincidence_id.device_id is not null
|and all_id.device_id is not null
|and action = 'welfare_detail_click_message'
""".stripMargin
)
......@@ -419,7 +419,7 @@ object coincidence_xinyang {
|from online.tl_hdfs_maidian_view ov left join all_id
|on ov.cl_id = all_id.device_id
|where partition_date >= '20180501'
|and coincidence_id.device_id is not null
|and all_id.device_id is not null
|and action = 'welfare_detail_click_message'
""".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