Commit f8c7ea8c authored by 王志伟's avatar 王志伟

repair bug

parent 92ad294d
......@@ -94,11 +94,11 @@ object app_list {
|from device_id
""".stripMargin
)
temp.withColumn("stat_date",addCol(temp("device_id")))
val tempp=temp.withColumn("stat_date",addCol(temp("device_id")))
temp.show()
GmeiConfig.writeToJDBCTable(temp, "device_id_contain", SaveMode.Append)
GmeiConfig.writeToJDBCTable(tempp, "device_id_contain", SaveMode.Append)
......
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