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
4b13c723
authored
May 18, 2020
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化速度
parent
9d9a5173
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
cmd/queue/sync_goods/main.go
cmd/queue/sync_goods/main.go
View file @
4b13c723
...
@@ -6,7 +6,6 @@ import (
...
@@ -6,7 +6,6 @@ import (
"fmt"
"fmt"
"github.com/ichunt2019/go-rabbitmq/utils/rabbitmq"
"github.com/ichunt2019/go-rabbitmq/utils/rabbitmq"
"github.com/imroc/req"
"github.com/imroc/req"
"scm_server/cmd/queue/sync_status/product"
"scm_server/configs"
"scm_server/configs"
"scm_server/internal/common"
"scm_server/internal/common"
"scm_server/internal/logic"
"scm_server/internal/logic"
...
@@ -79,9 +78,9 @@ func (t *RecvPro) Consumer(dataByte []byte) error {
...
@@ -79,9 +78,9 @@ func (t *RecvPro) Consumer(dataByte []byte) error {
if
err
=
SyncGoodsData
(
operateType
,
goods
);
err
!=
nil
{
if
err
=
SyncGoodsData
(
operateType
,
goods
);
err
!=
nil
{
goto
ERR
goto
ERR
}
}
if
err
=
product
.
SyncErpStatus
(
"material"
,
goods
.
ErpId
);
err
!=
nil
{
//
if err = product.SyncErpStatus("material", goods.ErpId); err != nil {
goto
ERR
//
goto ERR
}
//
}
return
nil
return
nil
ERR
:
ERR
:
return
logic
.
DealSyncError
(
dataByte
,
goods
.
ErpId
,
"goods"
,
err
)
return
logic
.
DealSyncError
(
dataByte
,
goods
.
ErpId
,
"goods"
,
err
)
...
...
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