Commit 8bc95350 by Joneq

完成海关库的开发

parent cff10b5b
Showing with 0 additions and 2 deletions
...@@ -48,8 +48,6 @@ func main() { ...@@ -48,8 +48,6 @@ func main() {
//获取当天时间 //获取当天时间
var currentDate = time.Now().Format("2006-01-02") var currentDate = time.Now().Format("2006-01-02")
currentDate = "2021-05-08"
//循环获取表名,然后获取表内当天信息,并且存入mysql,协程处理 //循环获取表名,然后获取表内当天信息,并且存入mysql,协程处理
for _,v := range syncTable { for _,v := range syncTable {
wg.Add(1) wg.Add(1)
......
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