李昊 4 lat temu
rodzic
commit
009ab2d363

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

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