李昊 4 年 前
コミット
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))
                 //获取部门数据