修改部门树接口
parent
aea60a4e65
commit
e43128d16f
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue