Commit 7adb7290 authored by 王志伟's avatar 王志伟

把时间改为yesterday

parent 87010517
......@@ -414,7 +414,7 @@ object Repeated_content_recommendation_moreday {
ti.tidbMapTable(dbName = "jerry_prod", tableName = "merge_queue_table")
// val stat_date = GmeiConfig.getMinusNDate(1)
val stat_date = GmeiConfig.getMinusNDate(1)
// val stat_date = "2019-01-16"
// val partition_date = stat_date.replace("-","")
......@@ -515,9 +515,9 @@ object GetHiveSearchData {
ti.tidbMapTable(dbName = "jerry_prod", tableName = "merge_queue_table")
// val stat_date = GmeiConfig.getMinusNDate(1)
val stat_date = GmeiConfig.getMinusNDate(1)
val stat_date = param.date
// val stat_date = param.date
val partition_date = stat_date.replace("-","")
......
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