Commit b9406f0a by Joneq

调试海关

parent 33a4c8da
Showing with 1 additions and 1 deletions
...@@ -109,7 +109,7 @@ func handleCurrentTable(tableName,currentDate string) { ...@@ -109,7 +109,7 @@ func handleCurrentTable(tableName,currentDate string) {
_, err := sqlDb.Exec(currentString...) _, err := sqlDb.Exec(currentString...)
if err != nil { if err != nil {
fmt.Println(err) 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