|
@@ -95,10 +95,11 @@ func (l *GetFriendsAndGroupsLogic) GetFriendsAndGroups(req *types.IDReq) (resp *
|
|
|
SetDontseeme(cast.ToInt(friend.Dontseeme)).
|
|
|
SetLag(friend.Lag).
|
|
|
SetV3(friend.V3).
|
|
|
+ SetOrganizationID(organizationId).
|
|
|
OnConflict().
|
|
|
UpdateNewValues().
|
|
|
- SetOrganizationID(organizationId).
|
|
|
ID(l.ctx)
|
|
|
+ l.Infof("----------------l.svcCtx.DB.Contact.Create err--------------: %+v", err)
|
|
|
if err == nil {
|
|
|
lags := splitStringToIntArray(friend.Lag)
|
|
|
newFriendIds[id] = lags
|