上海顺胜组织架构图v2外部增加部门负责人

This commit is contained in:
Chengliang 2024-04-22 17:55:02 +08:00
parent 08a803c58a
commit 7b70ab77f1
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,7 @@ public class ChartServiceImpl extends Service implements ChartService {
if (!isRealDimension && "2".equals(topChartPO.getFtype())){
ChartDepartmentModeVO departmentModeVO = selectModeInfo(rs.getString("id"));
topChartPO.setColorCheck(departmentModeVO.getColorCheck());
topChartPO.setFleader(departmentModeVO.getLeaderName());
}
filterAndAddData(dataList, topChartPO, hideDepartment);
//dataList.add(topChartPO);
@ -220,6 +221,7 @@ public class ChartServiceImpl extends Service implements ChartService {
if (!isRealDimension && "2".equals(chartPO.getFtype())){
ChartDepartmentModeVO departmentModeVO = selectModeInfo(rs.getString("id"));
chartPO.setColorCheck(departmentModeVO.getColorCheck());
chartPO.setFleader(departmentModeVO.getLeaderName());
}
}
}
@ -1551,6 +1553,7 @@ public class ChartServiceImpl extends Service implements ChartService {
if (!isRealDimension && "2".equals(chartPO.getFtype())){
ChartDepartmentModeVO departmentModeVO = selectModeInfo(recordSet.getString("id"));
chartPO.setColorCheck(departmentModeVO.getColorCheck());
chartPO.setFleader(departmentModeVO.getLeaderName());
}
// 小于等于所选层级元素展开
chartPO.setExpand(inDepth(selectDepth, chartPO.getDepartmentDepth()) ? "1" : "0");