|
|
@ -1017,7 +1017,7 @@ public class PowerServiceImpl implements PowerService {
|
|
|
|
tree1.setName(hospitalNameSet.get(hosKey));
|
|
|
|
tree1.setName(hospitalNameSet.get(hosKey));
|
|
|
|
treeList.add(tree1);
|
|
|
|
treeList.add(tree1);
|
|
|
|
for (Power_Sys_DictVo dict : dicts) {
|
|
|
|
for (Power_Sys_DictVo dict : dicts) {
|
|
|
|
if (dict.getParentId().equals(hosKey)) {
|
|
|
|
if (dict.getDictId().equals(hosKey)) {
|
|
|
|
String deptName = dict.getDeptName();
|
|
|
|
String deptName = dict.getDeptName();
|
|
|
|
if (StringUtils.isNoneBlank(deptName)) {
|
|
|
|
if (StringUtils.isNoneBlank(deptName)) {
|
|
|
|
deptNameSet.put(dict.getDeptId(), dict.getDeptName());
|
|
|
|
deptNameSet.put(dict.getDeptId(), dict.getDeptName());
|
|
|
|