Commit 95d26173 by 任晓松

常用联系人、申请人

parent 020cbc48
...@@ -20,7 +20,7 @@ class UsuallyContactsService extends ServiceBase { ...@@ -20,7 +20,7 @@ class UsuallyContactsService extends ServiceBase {
channel_user_id:actionBody.channel_user_id, channel_user_id:actionBody.channel_user_id,
uapp_id:pobj.appInfo.uapp_id, uapp_id:pobj.appInfo.uapp_id,
type:actionBody.type, type:actionBody.type,
contact_name:actionBody.contacts.contacts || actionBody.name contact_name:actionBody.contacts.contacts || actionBody.contacts.name
} }
let item = await this.findOne(params); let item = await this.findOne(params);
if(item){ if(item){
......
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