Commit 8f7fe263 authored by 高雅喆's avatar 高雅喆

change pre data from 5days to 1days

parent ab79dc08
......@@ -241,7 +241,7 @@ object EsmmPredData {
ti.tidbMapTable(dbName = "jerry_prod",tableName = "data_feed_exposure")
val yesteday_have_seq = GmeiConfig.getMinusNDate(5)
val yesteday_have_seq = GmeiConfig.getMinusNDate(1)
val activate_data = sc.sql(
s"""
|select a.device_id,a.city_id as ucity_id,explode(split(a.search_queue, ',')) as cid_id
......
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