Commit 220ea011 by 任晓松

常用联系人、申请人

parent 35b4bdf5
......@@ -65,7 +65,7 @@ class UsuallyContactsService extends ServiceBase {
}
let setParams = {
contact_name :actionBody.contacts.contacts || actionBody.contacts.name,
contacts:actionBody.contacts
contacts_content:actionBody.contacts
}
let result = await this.updateByWhere(setParams, {where:obj});
return system.getResultSuccess();
......
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