Commit a9d2e5f3 by 宋毅

修改价格

parent d010e4ad
......@@ -675,7 +675,7 @@ class CenterorderService extends AppServiceBase {
area: pobj.actionBody.province,
idempotentSource: pobj.actionBody.regType,
orderNo: pobj.actionBody.channelOrder.channelOrderNo,
orderPrice:pobj.appInfo.app_name=="百度云商机"?Number(pobj.actionBody.orderPrice): Number(pobj.actionBody.orderPrice / 100),
orderPrice: Number(pobj.actionBody.orderPrice / 100),
phone: pobj.actionBody.publishMobile,
needId: solutiondata.data.channelNeedNo,
companyName:solutiondata.data.solutionContent.solution.CompanyName || '',
......
......@@ -116,7 +116,7 @@ class RegCenterOrderService extends AppServiceBase {
area: pobj.actionBody.province,
idempotentSource: data.data.serviceBusinessCode,
orderNo: pobj.actionBody.channelOrder.channelOrderNo,
orderPrice: pobj.appInfo.app_name=="百度云商机"?Number(pobj.actionBody.orderPrice): Number(pobj.actionBody.orderPrice / 100),
orderPrice: Number(pobj.actionBody.orderPrice / 100),
phone: pobj.actionBody.publishMobile || pobj.actionBody.phone,//需求下方案获取方案中手机号
needId: solutiondata.data.channelNeedNo,
price_desc: pobj.actionBody.taxpayerType,
......
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