李昊 4 years ago
parent
commit
ebf4f98f8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gx_api/GxPress/Service/GxPress.Service.Implement/UserService.cs

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

@@ -368,7 +368,7 @@ namespace GxPress.Service.Implement
             var user = await _userRepository.GetAsync(userId);
             //单位通讯录
             var userLinkResult = new List<UserLinkModelResult>();
-            var departmentCount = await friendsRepository.GetFriendsIdsAsync(userId, -1);
+            var departmentCount = await departmentUserRepository.GetDepartmentIdsAsync(userId);
             if (departmentCount.Count() > 0)
             {
                 var departments = await _departmentRepository.GetAllAsync(Q.Where(nameof(Entity.Department.ParentId), 0));