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
8d5a1ef0
Commit
8d5a1ef0
authored
Oct 22, 2020
by
王悦
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert 直购
parent
12090978
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
center-channel/app/base/service/impl/common/qcCenterOrderSve.js
+2
-1
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
+2
-2
No files found.
center-channel/app/base/service/impl/common/qcCenterOrderSve.js
View file @
8d5a1ef0
...
@@ -59,7 +59,8 @@ class QcCenterOrderService extends AppServiceBase {
...
@@ -59,7 +59,8 @@ class QcCenterOrderService extends AppServiceBase {
var
pushObj
=
{
var
pushObj
=
{
IntentionBizId
:
needinfo
.
channelNeedNo
,
IntentionBizId
:
needinfo
.
channelNeedNo
,
CompanyName
:
solution
.
CompanyName
,
IcpType
:
solution
.
IcpType
,
CompanyAddress
:
solution
.
CompanyAddress
,
CompanyName
:
solution
.
CompanyName
,
IcpType
:
solution
.
IcpType
,
CompanyAddress
:
solution
.
CompanyAddress
,
Area
:
solution
.
Area
,
Note
:
solution
.
Note
,
ActionType
:
solution
.
ActionType
Area
:
solution
.
Area
,
Note
:
solution
.
Note
,
//ActionType:solution.ActionType
};
};
if
(
needsolution
.
channelSolutionNo
)
{
if
(
needsolution
.
channelSolutionNo
)
{
pushObj
[
"BizId"
]
=
needsolution
.
channelSolutionNo
;
pushObj
[
"BizId"
]
=
needsolution
.
channelSolutionNo
;
...
...
center-channel/app/base/service/impl/utilsSve/utilsNeedSve.js
View file @
8d5a1ef0
...
@@ -361,9 +361,9 @@ class UtilsNeedService extends AppServiceBase {
...
@@ -361,9 +361,9 @@ class UtilsNeedService extends AppServiceBase {
}
}
actionBody
.
newuserOtherList
=
newuserOtherList
;
actionBody
.
newuserOtherList
=
newuserOtherList
;
}
}
if
(
actionBody
.
isDirectBuy
===
"true"
&&
(
actionBody
.
status
==
1
||
actionBody
.
status
==
0
))
{
//已支付直购不调用
/*
if (actionBody.isDirectBuy === "true"&&(actionBody.status == 1||actionBody.status == 0)) {//已支付直购不调用
return system.getResultSuccess();
return system.getResultSuccess();
}
}
*/
pobj
.
actionType
=
"receiveIcpStatusNotify"
;
pobj
.
actionType
=
"receiveIcpStatusNotify"
;
var
url
=
settings
.
centerOrderUrl
()
+
"action/qcapi/springBoard"
;
var
url
=
settings
.
centerOrderUrl
()
+
"action/qcapi/springBoard"
;
var
rtn
=
await
this
.
restPostUrl
(
pobj
,
url
);
var
rtn
=
await
this
.
restPostUrl
(
pobj
,
url
);
...
...
王悦
@wangyue
mentioned in commit
f9da9171
Oct 23, 2020
mentioned in commit
f9da9171
mentioned in commit f9da9171ce0052b40205e5d5294e153f5d302248
Toggle commit list
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