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
9974d222
Commit
9974d222
authored
May 25, 2022
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
f72bc845
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
center-channel/app/base/service/impl/receiveSve/icpOrderSve.js
+3
-1
No files found.
center-channel/app/base/service/impl/receiveSve/icpOrderSve.js
View file @
9974d222
...
@@ -37,7 +37,7 @@ class IcpOrderService extends AppServiceBase {
...
@@ -37,7 +37,7 @@ class IcpOrderService extends AppServiceBase {
return
system
.
getResultFail
(
-
5010
,
"产品查询失败,6100002"
);
return
system
.
getResultFail
(
-
5010
,
"产品查询失败,6100002"
);
}
}
console
.
log
(
"productItem......................"
,
JSON
.
stringify
(
productItem
))
console
.
log
(
"productItem......................"
,
JSON
.
stringify
(
productItem
))
pobj
.
userInfo
=
{
channel_userid
:
pobj
.
userName
||
""
}
pobj
.
userInfo
=
{
channel_userid
:
pobj
.
userName
||
pobj
.
phone
,
mobile
:
pobj
.
phone
||
pobj
.
mobile
}
pobj
.
actionBody
=
{
pobj
.
actionBody
=
{
isDirectBuy
:
pobj
.
isDirectBuy
,
isDirectBuy
:
pobj
.
isDirectBuy
,
...
@@ -65,6 +65,8 @@ class IcpOrderService extends AppServiceBase {
...
@@ -65,6 +65,8 @@ class IcpOrderService extends AppServiceBase {
if
(
orderItem
.
data
)
{
if
(
orderItem
.
data
)
{
pobj
.
actionBody
.
orderNo
=
orderItem
.
data
.
orderNo
;
pobj
.
actionBody
.
orderNo
=
orderItem
.
data
.
orderNo
;
}
}
pobj
.
actionBody
.
area
=
pobj
.
province
||
''
;
pobj
.
actionBody
.
companyName
=
pobj
.
CompanyName
||
''
;
pobj
.
actionBody
.
channelSolutionNo
=
pobj
.
actionBody
.
channelOrder
.
channelOrderNo
;
pobj
.
actionBody
.
channelSolutionNo
=
pobj
.
actionBody
.
channelOrder
.
channelOrderNo
;
pobj
.
actionBody
.
channelSolutionNo
=
pobj
.
actionBody
.
channelOrder
.
channelOrderNo
;
pobj
.
actionBody
.
channelSolutionNo
=
pobj
.
actionBody
.
channelOrder
.
channelOrderNo
;
console
.
log
(
"receiveSolutionPayInfoNew..............................pobj........................"
,
JSON
.
stringify
(
pobj
))
console
.
log
(
"receiveSolutionPayInfoNew..............................pobj........................"
,
JSON
.
stringify
(
pobj
))
...
...
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