Commit bfb3fbae authored by 王志伟's avatar 王志伟

新统计需求

parent cb0a1bf4
......@@ -249,7 +249,7 @@ object coincidence_xinyang {
s"""
|select '${data}' as stat_date,count(distinct(device_id)) as month_expoure_num
|from data_feed_exposure
|where stat_date = '${pre_monthday}'
|where stat_date > '${pre_monthday}'
|and device_type !='App Store'
""".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