Commit 24379767 by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents a1166364 86dc2268
......@@ -116,7 +116,7 @@ class RegCenterOrderService extends AppServiceBase {
idempotentSource: data.data.serviceBusinessCode,
orderNo: pobj.actionBody.channelOrder.channelOrderNo,
orderPrice: Number(pobj.actionBody.orderPrice / 100),
phone: pobj.actionBody.publishMobile,
phone: pobj.actionBody.publishMobile || solutiondata.customerInfo.publishMobile,//需求下方案获取方案中手机号
needId: solutiondata.data.channelNeedNo,
price_desc: pobj.actionBody.taxpayerType,
additions_desc: pobj.actionBody.companyProperties,
......
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