Commit 07fa5a20 by 王建成

update

parent 2030ec23
......@@ -371,7 +371,7 @@ object SysncHiveBatch extends Sparking with Logging {
}
}
}
case "bussinessTime" => {
case "businessTime" => {
jsonArr.foreach { json =>
val day = DateTime.parse(json.getString("businessTime"), DateTimeFormat.forPattern("yyyy-MM-dd HH:mm:ss")).toString("yyyy-MM-dd")
val jsons = new ArrayBuffer[JSONObject]()
......
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