Commit 216d80d9 authored by 王志伟's avatar 王志伟

修复bug

parent ab0cd55a
......@@ -55,7 +55,7 @@ object find_bug {
val stat_date = GmeiConfig.getMinusNDate(1)
// val stat_date = param.date
//println(param.date)
println(stat_date)
val partition_date = stat_date.replace("-","")
val decive_id_oldUser = sc.sql(
s"""
......@@ -72,6 +72,7 @@ object find_bug {
|and partition_date ='${partition_date}'
""".stripMargin
)
decive_id_oldUser.show()
decive_id_oldUser.createOrReplaceTempView("device_id_old")
......
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