Commit 3b315a1f authored by 王志伟's avatar 王志伟

bug fix

parent 31e1f13c
...@@ -81,6 +81,7 @@ object strategy_clk_imp_oldUser { ...@@ -81,6 +81,7 @@ object strategy_clk_imp_oldUser {
// val stat_date = GmeiConfig.getMinusNDate(1) // val stat_date = GmeiConfig.getMinusNDate(1)
//println(param.date) //println(param.date)
val date_array = get_date() val date_array = get_date()
date_array.foreach(println)
for (elem <- date_array) { for (elem <- date_array) {
val partition_date = elem.replace("-","") val partition_date = elem.replace("-","")
println(partition_date) println(partition_date)
......
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