Commit 1e8f9c99 authored by 王志伟's avatar 王志伟

修改统计参数

parent 31be6ef9
......@@ -112,8 +112,8 @@ object app_list {
|from online.tl_hdfs_maidian_view
|where action="user_installed_all_app_info"
|and partition_date = '${partition_date}'
|and device_id not in (select device_id from bl_device_list)
|and device_id not in (select device_id from blacklist)
|and cl_id not in (select device_id from bl_device_list)
|and cl_id not in (select device_id from blacklist)
""".stripMargin
)
val tempp_list=app_list_all.withColumn("stat_date",addCol(app_list_all("device_id")))
......
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