Commit 15275ce2 authored by 王志伟's avatar 王志伟

新统计需求

parent dbdb37ff
...@@ -233,7 +233,7 @@ object diary_exposure { ...@@ -233,7 +233,7 @@ object diary_exposure {
|where de.cid_type = 'diary' |where de.cid_type = 'diary'
|and de.device_id not in (select device_id from blacklist) |and de.device_id not in (select device_id from blacklist)
|and agency_id.device_id is null |and agency_id.device_id is null
|and de.stat_date ='${stat_date}' |and de.stat_date ='2018-11-26'
""".stripMargin """.stripMargin
) )
diary_id_temp.createOrReplaceTempView("diary_id_temp") diary_id_temp.createOrReplaceTempView("diary_id_temp")
......
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