Commit 9d44a4ba authored by 王志伟's avatar 王志伟

新用户去掉用户黑名单

parent f1b84e34
......@@ -81,7 +81,7 @@ object testt {
//每日新用户
val device_id_newUser = sc.sql(
s"""
|select distinct(device_id) as device_id
|select distinct(os.device_id) as device_id
|from online.ml_device_day_active_status os left join blacklist
|where os.active_type != '4'
|and os.first_channel_source_type not in ('yqxiu1','yqxiu2','yqxiu3','yqxiu4','yqxiu5','mxyc1','mxyc2','mxyc3'
......
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