修改部门树接口

main
zhaokai 2025-11-05 18:01:45 +08:00
parent aea60a4e65
commit e43128d16f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class DepartmentQueryExe {
}
List<DepartmentTreeInfoCO> examCenterCOS = departmentCoConvertor.converDOsToInfoCOs(pageResponse);
//GBS部门第一次是1
return Tools.buildEntityTree(examCenterCOS, "id", "parentId", "childrenList",1);
return Tools.buildEntityTree(examCenterCOS, "id", "parentId", "childrenList");
}