顺胜项目组织架构图二开 虚拟维度增加部门节点
This commit is contained in:
parent
eaf0ad590f
commit
819319e734
|
|
@ -131,6 +131,8 @@ public class OrgChartServiceImpl extends Service implements OrgChartService {
|
|||
while (rs.next()) {
|
||||
companyTree.add(CompanyTreePO.builder().id(rs.getString("id")).pId(rs.getString("pId")).value(rs.getString("value")).title(rs.getString("title")).isLeaf(judgeTreeLeaf(judgeTreeLeafSql, rs.getString("id"))).build());
|
||||
}
|
||||
|
||||
|
||||
result.put("companyTree", companyTree);
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue