Commit 297397fd by 宋毅

tj

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