Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
scm_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0b701234
authored
May 16, 2020
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修复队列名称
parent
512c844d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
cmd/source/customer/customer.go
cmd/source/goods/goods.go
cmd/source/supplier/supplier.go
cmd/source/customer/customer.go
View file @
0b701234
...
...
@@ -23,9 +23,9 @@ func Import(wg *sync.WaitGroup) {
wg
.
Done
()
}()
Exchange
=
rabbitmq
.
QueueExchange
{
"store_customer"
,
"store_customer"
,
"store"
,
"s
cm_s
tore_customer"
,
"s
cm_s
tore_customer"
,
"s
cm_s
tore"
,
"direct"
,
configs
.
RABBITMQDSN
,
}
...
...
cmd/source/goods/goods.go
View file @
0b701234
...
...
@@ -16,9 +16,9 @@ var Exchange rabbitmq.QueueExchange
//导入委托方的信息(excel导入)
func
Import
(
wg
*
sync
.
WaitGroup
)
{
Exchange
=
rabbitmq
.
QueueExchange
{
"store_goods"
,
"store_goods"
,
"store"
,
"s
cm_s
tore_goods"
,
"s
cm_s
tore_goods"
,
"s
cm_s
tore"
,
"direct"
,
configs
.
RABBITMQDSN
,
}
...
...
cmd/source/supplier/supplier.go
View file @
0b701234
...
...
@@ -25,9 +25,9 @@ func Import(wg *sync.WaitGroup) {
wg
.
Done
()
}()
Exchange
=
rabbitmq
.
QueueExchange
{
"store_supplier"
,
"store_supplier"
,
"store"
,
"s
cm_s
tore_supplier"
,
"s
cm_s
tore_supplier"
,
"s
cm_s
tore"
,
"direct"
,
configs
.
RABBITMQDSN
,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment