李昊 лет назад: 4
Родитель
Сommit
96b457d9e7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      gx_api/GxPress/Service/GxPress.Service.Implement/UserService.cs

+ 1 - 0
gx_api/GxPress/Service/GxPress.Service.Implement/UserService.cs

@@ -489,6 +489,7 @@ namespace GxPress.Service.Implement
         {
             var userIds = await friendsRepository.GetFriendsIdsAsync(userId, -1);
             var userIdsList = userIds.ToList();
+            userIdsList.Add(userId);
             //判断是否有部门
             if (await departmentUserRepository.IsExistsAsync(userId))
                 //获取部门数据