Commit 297397fd by 宋毅

tj

parent 8657e712
...@@ -107,9 +107,9 @@ class OrderInfoService extends ServiceBase { ...@@ -107,9 +107,9 @@ class OrderInfoService extends ServiceBase {
var customerContactObj = { var customerContactObj = {
uapp_id: pobj.appInfo.uapp_id,//int(11) // uapp_id: pobj.appInfo.uapp_id,//int(11) //
sourceOrderNo: orderNo,//交付订单号 sourceOrderNo: orderNo,//交付订单号
contacts: channelOrder.contacts || "",//手机号 contacts: orderContact.contacts || "",//手机号
mobile: channelOrder.mobile,//手机号 mobile: orderContact.mobile,//手机号
email: channelOrder.email || "" email: orderContact.email || ""
}; };
await this.ordercontactsDao.create(customerContactObj, t); await this.ordercontactsDao.create(customerContactObj, t);
}//渠道购买存在购买者手机号 }//渠道购买存在购买者手机号
......
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