Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
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
4909d17f
authored
Mar 21, 2024
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化导入
parent
2df93c9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
app/Http/Services/SyncSupplierService.php
app/Http/Services/SyncSupplierService.php
View file @
4909d17f
...
...
@@ -93,19 +93,16 @@ class SyncSupplierService
$message
[
'bankinfo'
][]
=
[
"bank"
=>
$receipt
[
'bank_adderss'
],
'bankaccount'
=>
$receipt
[
'account_no'
],
'bankaccount'
=>
$receipt
[
'bank_name'
],
'bankaccount'
=>
$receipt
[
'bank_code'
],
'bankaccount'
=>
$receipt
[
'swift_code'
],
'bankaccount'
=>
$receipt
[
'account_name'
],
'bankaccount'
=>
$receipt
[
'account_adderss'
],
'bankaccount'
=>
$receipt
[
'certificate'
],
'bankaccount'
=>
$receipt
[
'business_license'
],
'supplier'
=>
$receipt
[
'bank_name'
],
'swiftCode'
=>
$receipt
[
'swift_code'
],
'beneficiary'
=>
$receipt
[
'account_name'
],
'bankAddress'
=>
$receipt
[
'account_adderss'
],
'infoEvidence'
=>
$receipt
[
'certificate'
],
//'bankaccount' => $receipt['international_code'],
];
}
}
//dd($message);
if
(
$conn
)
{
}
else
{
...
...
@@ -114,7 +111,6 @@ class SyncSupplierService
config
(
'database.connections.rabbitmq.login'
),
config
(
'database.connections.rabbitmq.password'
));
}
$channel
=
$conn
->
channel
();
$channel
->
queue_declare
(
'supplier_sync'
,
false
,
true
,
false
,
false
);
...
...
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