Commit 192f94a6 by 王栋源

wdy

parent 21b28bcf
...@@ -283,7 +283,7 @@ class CenterorderService extends AppServiceBase { ...@@ -283,7 +283,7 @@ class CenterorderService extends AppServiceBase {
city: pobj.actionBody.province, city: pobj.actionBody.province,
regType: pobj.actionBody.regType, regType: pobj.actionBody.regType,
orderNo: pobj.actionBody.channelOrder.channelOrderNo, orderNo: pobj.actionBody.channelOrder.channelOrderNo,
orderPrice: pobj.actionBody.orderPrice, orderPrice: Number(pobj.actionBody.orderPrice/100) ,
phone: pobj.actionBody.publishMobile, phone: pobj.actionBody.publishMobile,
needId: solutiondata.data.channelNeedNo needId: solutiondata.data.channelNeedNo
}, },
......
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