李昊 4 anos atrás
pai
commit
fc2f07f89b

+ 1 - 2
GxPress/Repository/GxPress.Repository.Implement/DepartmentRepository.cs

@@ -241,10 +241,9 @@ namespace GxPress.Repository.Implement
                     item.ChildrenItems = _mapper.Map<List<DepartmentTreeResult>>(departmentParent);
                     foreach (var childrenItem in item.ChildrenItems)
                     {
-                        GetTreeAsync(departments, childrenItem.Id, item.ChildrenItems);
+                      return  GetTreeAsync(departments, childrenItem.Id, item.ChildrenItems);
                     }
                 }
-                return items;
             }
             return items;
         }