Commit 9974d222 by 宋毅

提交

parent f72bc845
...@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment