Commit 84fdcd01 authored by 王志伟's avatar 王志伟

统计新用户数据

parent 414e7793
......@@ -112,8 +112,8 @@ object strategy_other {
val imp_count_newUser_all = sc.sql(
s"""
|select '${param.date}' as stat_date, count(cid_id) as imp_count_newUser_all
|from data_feed_exposure je inner join device_id_old
|on je.device_id = device_id_old.device_id
|from data_feed_exposure je inner join device_id_new
|on je.device_id = device_id_new.device_id
|where je.cid_type = 'diary'
|and je.device_id not in (select device_id from blacklist)
|and je.stat_date ='${param.date}'
......
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