Commit ca6f66ec by 任晓松

update

parent 452718bf
......@@ -705,7 +705,7 @@ class OrderInfoService extends ServiceBase {
updateFields['tel'] = actionBody.orderContact.tel
}
if(actionBody.orderContact.fax){
updateFields['tel'] = actionBody.orderContact.fax
updateFields['fax'] = actionBody.orderContact.fax
}
this.ordercontactsDao.updateByWhere(updateFields, { where: { sourceOrderNo: actionBody.orderNo } });
if (actionBody.notes) {
......
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