Commit aba390e4 authored by 张彦钊's avatar 张彦钊

把预测集过滤历史曝光日记日期由8日改为14日

parent 98322644
......@@ -310,7 +310,7 @@ object EsmmPredData {
}.filter(_._3!="").toDF("device_id","city_id","merge_queue")
println("nearby_device_count",raw_data1.count())
val start= LocalDate.now().minusDays(8).toString
val start= LocalDate.now().minusDays(14).toString
import sc.implicits._
val sql =
s"""
......
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