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
59416b38
Commit
59416b38
authored
Jul 31, 2020
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
status
parent
3967efd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
center-order/app/base/api/impl/action/qcapi.js
+2
-2
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
+2
-2
No files found.
center-order/app/base/api/impl/action/qcapi.js
View file @
59416b38
...
...
@@ -51,10 +51,10 @@ class QcAPI extends APIBase {
case
"getNeedSolutionDetailByUser"
:
//获取方案详情
opResult
=
await
this
.
aliyunqcSve
.
getNeedSolutionDetailByUser
(
pobj
);
break
;
case
"receiveIcpStatusNotify"
:
//接收渠道方案状态变更通知
case
"receiveIcpStatusNotify"
:
//接收渠道方案状态变更通知
2.3
opResult
=
await
this
.
aliyunqcSve
.
receiveIcpStatusNotify
(
pobj
);
break
;
case
"receiveIcpFeedback"
:
//接收icp用户方案反馈
case
"receiveIcpFeedback"
:
//接收icp用户方案反馈
2.2
opResult
=
await
this
.
aliyunqcSve
.
receiveIcpFeedback
(
pobj
);
break
;
case
"getIcpProgrammeDetail"
:
//获取方案详情(内部调用)
...
...
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
View file @
59416b38
...
...
@@ -625,8 +625,8 @@ class OrderInfoService extends ServiceBase {
orderStatus
:
2
}
var
item
=
await
self
.
createOrder
(
pobj
,
orderNo
,
t
);
needsolutioninfo
.
status
=
"ywc"
;
await
self
.
needsolutionDao
.
update
(
needsolutioninfo
,
t
);
//
needsolutioninfo.status = "ywc";
await
self
.
needsolutionDao
.
update
(
{
id
:
needsolutioninfo
.
id
,
status
:
"ywc"
}
,
t
);
self
.
addOrderDelivery
(
pobj
.
actionBody
.
deliveryData
,
orderNo
);
return
system
.
getResultSuccess
({
orderNo
:
orderNo
,
...
...
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