|
@@ -217,8 +217,9 @@ func GetWeWorkUsersNickName() (err error) {
|
|
|
// todo 获取外部联系人姓名
|
|
|
ret1, e := ExtendClient.GetExternalContact(v.WwExtendUserId)
|
|
|
if e != nil {
|
|
|
- err = e
|
|
|
- return
|
|
|
+ //err = e
|
|
|
+ utils.ApiLog.Println("查询外部联系人失败:"+e.Error())
|
|
|
+ continue
|
|
|
}
|
|
|
if ret1.ExternalContact.Name != "" {
|
|
|
needChangeIds += strconv.Itoa(int(v.Id)) + ","
|