Commit a2d6086e by 任晓松

常用联系人、申请人

parent dd6028fb
...@@ -34,7 +34,7 @@ class UsuallyContactsService extends ServiceBase { ...@@ -34,7 +34,7 @@ class UsuallyContactsService extends ServiceBase {
type:actionBody.type type:actionBody.type
} }
let result = await this.create(contactsInfo); let result = await this.create(contactsInfo);
return system.getResultSuccess(); return system.getResultSuccess({id:result.id});
} }
//删除常用联系人、申请人 //删除常用联系人、申请人
......
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