Commit 3a0b33b8 by 任晓松

update

parent c9f06730
...@@ -701,6 +701,9 @@ class OrderInfoService extends ServiceBase { ...@@ -701,6 +701,9 @@ class OrderInfoService extends ServiceBase {
mobile: actionBody.orderContact.mobile,//手机号 mobile: actionBody.orderContact.mobile,//手机号
email: actionBody.orderContact.email || "" email: actionBody.orderContact.email || ""
}; };
if(actionBody.tel){
updateFields['tel'] = actionBody.tel
}
this.ordercontactsDao.updateByWhere(updateFields, { where: { sourceOrderNo: actionBody.orderNo } }); this.ordercontactsDao.updateByWhere(updateFields, { where: { sourceOrderNo: actionBody.orderNo } });
if (actionBody.notes) { if (actionBody.notes) {
actionBody.isGetContact = 0; actionBody.isGetContact = 0;
......
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