Commit 6bafdeb6 authored by 高雅喆's avatar 高雅喆

change pre data from 5days to 1days

parent 616c04c5
......@@ -247,7 +247,8 @@ object EsmmPredData {
|select a.device_id,a.city_id as ucity_id,explode(split(a.search_queue, ',')) as cid_id
|from merge_queue_table a
|left join data_feed_exposure b on a.device_id=b.device_id and a.city_id=b.city_id
|where b.stat_date >'${yesteday_have_seq}'
|where b.stat_date ='${yesteday_have_seq}'
|and b.device_id is not null
""".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