|
|
@ -43,7 +43,7 @@ public class AgencyServiceImpl implements AgencyService { |
|
|
|
if (null == rootAgency){ |
|
|
|
return new TreeResultDTO(); |
|
|
|
} |
|
|
|
List<TreeResultDTO> departmentList = this.getDepartmentList(("".equals(rootAgency.getPids()) ? "" : rootAgency.getPids() + ":") + rootAgency.getValue()); |
|
|
|
List<TreeResultDTO> departmentList = this.getDepartmentList(("".equals(rootAgency.getPids()) ? "" : rootAgency.getPids() + ",") + rootAgency.getValue()); |
|
|
|
rootAgency.setChildren(departmentList); |
|
|
|
return rootAgency; |
|
|
|
} |
|
|
|