李昊 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))
                 //获取部门数据