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
6b94b7a3
Commit
6b94b7a3
authored
Jun 07, 2022
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口修改
parent
63b7a8bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
center-channel/app/base/service/impl/receiveSve/icpOrderSve.js
+5
-2
No files found.
center-channel/app/base/service/impl/receiveSve/icpOrderSve.js
View file @
6b94b7a3
...
@@ -172,10 +172,10 @@ class IcpOrderService extends AppServiceBase {
...
@@ -172,10 +172,10 @@ class IcpOrderService extends AppServiceBase {
if
(
rtn
.
status
==
0
&&
rtn
.
data
)
{
if
(
rtn
.
status
==
0
&&
rtn
.
data
)
{
let
channelOrderNo
=
pobj
.
orderNo
;
let
channelOrderNo
=
pobj
.
orderNo
;
pobj
.
actionBody
.
orderNo
=
rtn
.
data
.
orderNo
;
pobj
.
actionBody
.
orderNo
=
rtn
.
data
.
orderNo
;
pobj
.
actionType
=
"delOrder"
;
pobj
.
actionType
=
"
channel
delOrder"
;
let
orderRes
=
await
this
.
utilsOrderSve
.
delOrder
(
pobj
,
pobj
.
actionBody
);
let
orderRes
=
await
this
.
utilsOrderSve
.
delOrder
(
pobj
,
pobj
.
actionBody
);
if
(
orderRes
.
status
<
0
)
{
if
(
orderRes
.
status
<
0
)
{
return
system
.
getResultFail
(
-
5022
,
"订单关闭失败"
);
return
system
.
getResultFail
(
-
5022
,
"订单关闭失败
,6100006
"
);
}
}
let
tmpObj
=
{
let
tmpObj
=
{
actionBody
:
{
actionBody
:
{
...
@@ -197,6 +197,9 @@ class IcpOrderService extends AppServiceBase {
...
@@ -197,6 +197,9 @@ class IcpOrderService extends AppServiceBase {
};
};
this
.
utilsPushSve
.
business2Channel
(
tmpObj2
,
"pushOrderICPClose"
);
this
.
utilsPushSve
.
business2Channel
(
tmpObj2
,
"pushOrderICPClose"
);
}
//通知更新状态
}
//通知更新状态
else
{
return
system
.
getResultFail
(
-
5010
,
"订单创建失败,6100007"
);
}
return
rtn
;
return
rtn
;
}
}
}
}
...
...
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