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
2ac176c2
Commit
2ac176c2
authored
Aug 06, 2020
by
Sxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 订单回改需求状态
parent
623538a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
center-manage/app/base/service/impl/common/channelhandlers/aliCloud.js
+13
-1
No files found.
center-manage/app/base/service/impl/common/channelhandlers/aliCloud.js
View file @
2ac176c2
...
...
@@ -259,7 +259,16 @@ class AliHandler {
console
.
log
(
"pushOrderDelivery插入数据成功---------------------------------"
+
rtn
.
stdout
);
let
cacheDeliveryInfo
=
await
this
.
cacheManager
[
"AliCache"
].
cache
(
cachestr
,
JSON
.
stringify
({
cachestr
:
cachestr
}),
180
);
console
.
log
(
"交付单缓存信息: "
+
JSON
.
stringify
(
cacheDeliveryInfo
));
// TODO:更新需求状态
// 更新需求状态 channelNeedNo
if
(
datajson
.
actionBody
&&
datajson
.
actionBody
.
channelNeedNo
)
{
var
stau
=
{
"businessMode"
:
datajson
.
actionBody
.
channelNeedNo
,
"currentStatus"
:
"isFinished"
}
rc
.
execPost3
({
"d"
:
stau
},
this
.
icUrl
+
"/bizoptCtl/updateStatusByDemandCode"
);
//更新商机状态为已完成
}
return
{
"status"
:
1
,
//1代表成功,否则失败
...
...
@@ -379,6 +388,9 @@ class AliHandler {
obj
.
servicerName
=
data
.
servicer
.
name
;
}
}
if
(
data
.
channelNeedNo
)
{
obj
.
businessMode
=
data
.
channelNeedNo
;
}
if
(
data
.
needsolution
.
solution
.
Area
)
{
//服务地区编码和服务地区
obj
.
serviceCode
=
data
.
needsolution
.
solution
.
Area
;
obj
.
serviceName
=
data
.
needsolution
.
solution
.
Area
;
...
...
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