Commit 9715983a authored by 王志伟's avatar 王志伟

将应用列表添加到table

parent 34e28805
...@@ -132,7 +132,7 @@ object app_list { ...@@ -132,7 +132,7 @@ object app_list {
|from online.tl_hdfs_maidian_view ov left join agency_id |from online.tl_hdfs_maidian_view ov left join agency_id
|on ov.cl_id = agency_id.device_id |on ov.cl_id = agency_id.device_id
|where action="user_installed_all_app_info" |where action="user_installed_all_app_info"
|and ov.agency_id.device_id is null |and agency_id.device_id is null
|and ov.partition_date = '${partition_date}' |and ov.partition_date = '${partition_date}'
|and ov.cl_id not in (select distinct(device_id) from blacklist) |and ov.cl_id not in (select distinct(device_id) from blacklist)
""".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