Commit d19c31c7 by Joneq

调试海关

parent b9406f0a
Showing with 1 additions and 0 deletions
...@@ -109,6 +109,7 @@ func handleCurrentTable(tableName,currentDate string) { ...@@ -109,6 +109,7 @@ func handleCurrentTable(tableName,currentDate string) {
_, err := sqlDb.Exec(currentString...) _, err := sqlDb.Exec(currentString...)
if err != nil { if err != nil {
fmt.Println(currentString)
fmt.Println(err.Error()+tableName) fmt.Println(err.Error()+tableName)
} }
} }
......
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 sign in to comment