Commit 9d9a5173 by mushishixian

修改提示

parent e8ef7fdf
...@@ -70,5 +70,5 @@ func Import(wg *sync.WaitGroup) { ...@@ -70,5 +70,5 @@ func Import(wg *sync.WaitGroup) {
rabbitmq.Send(Exchange, body) rabbitmq.Send(Exchange, body)
} }
} }
fmt.Println("已完成物料导入") fmt.Println("物料导入队列发送完成")
} }
...@@ -72,5 +72,5 @@ func Import(wg *sync.WaitGroup) { ...@@ -72,5 +72,5 @@ func Import(wg *sync.WaitGroup) {
} }
} }
} }
fmt.Println("已完成供应商导入") fmt.Println("供应商导入队列发送完成")
} }
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