Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
66665bd0
Commit
66665bd0
authored
Jul 12, 2021
by
任晓松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 360商标状态同步
parent
147083bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
+6
-7
No files found.
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
View file @
66665bd0
...
...
@@ -1761,6 +1761,12 @@ class OrderInfoService extends ServiceBase {
}
//增加流程状态列表数据
try
{
//商标状态推送 360
if
(
orderItem
.
uapp_id
==
50
)
{
actionBody
.
deliveryInfo
=
deliveryInfo
;
this
.
push360Sve
.
pushTmStatus
(
actionBody
);
this
.
push360Sve
.
sendMessage
(
actionBody
)
}
await
self
.
db
.
transaction
(
async
function
(
t
)
{
if
(
Object
.
keys
(
updateOrderFields
).
length
>
0
)
{
self
.
updateByWhere
(
updateOrderFields
,
{
where
:
{
orderNo
:
actionBody
.
orderNo
}},
t
);
...
...
@@ -1778,13 +1784,6 @@ class OrderInfoService extends ServiceBase {
}
//更新商标官文
deliveryInfo
.
opNotes
=
actionBody
.
opNotes
||
""
;
this
.
putOrderDelivery
(
deliveryInfo
,
actionBody
.
orderNo
);
//商标状态推送 360
if
(
orderItem
.
uapp_id
==
50
)
{
actionBody
.
deliveryInfo
=
deliveryInfo
;
this
.
push360Sve
.
pushTmStatus
(
actionBody
);
this
.
push360Sve
.
sendMessage
(
actionBody
)
}
}
catch
(
error
)
{
console
.
log
(
"error------------------------"
,
e
.
stack
);
}
...
...
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