Commit 25e1b5c0 by 宋毅

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

parents 24379767 22f63bc9
......@@ -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 || solutiondata.customerInfo.publishMobile,//需求下方案获取方案中手机号
phone: pobj.actionBody.publishMobile || pobj.actionBody.phone,//需求下方案获取方案中手机号
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