Commit e8ef7fdf by mushishixian

物料需要重新导入

parent 5742d63b
Showing with 0 additions and 2 deletions
...@@ -67,8 +67,6 @@ func Import(wg *sync.WaitGroup) { ...@@ -67,8 +67,6 @@ func Import(wg *sync.WaitGroup) {
fmt.Println(err) fmt.Println(err)
} }
body := string(data) body := string(data)
fmt.Println(body)
return
rabbitmq.Send(Exchange, body) rabbitmq.Send(Exchange, body)
} }
} }
......
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