Commit 0b701234 by mushishixian

修复队列名称

parent 512c844d
......@@ -23,9 +23,9 @@ func Import(wg *sync.WaitGroup) {
wg.Done()
}()
Exchange = rabbitmq.QueueExchange{
"store_customer",
"store_customer",
"store",
"scm_store_customer",
"scm_store_customer",
"scm_store",
"direct",
configs.RABBITMQDSN,
}
......
......@@ -16,9 +16,9 @@ var Exchange rabbitmq.QueueExchange
//导入委托方的信息(excel导入)
func Import(wg *sync.WaitGroup) {
Exchange = rabbitmq.QueueExchange{
"store_goods",
"store_goods",
"store",
"scm_store_goods",
"scm_store_goods",
"scm_store",
"direct",
configs.RABBITMQDSN,
}
......
......@@ -25,9 +25,9 @@ func Import(wg *sync.WaitGroup) {
wg.Done()
}()
Exchange = rabbitmq.QueueExchange{
"store_supplier",
"store_supplier",
"store",
"scm_store_supplier",
"scm_store_supplier",
"scm_store",
"direct",
configs.RABBITMQDSN,
}
......
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