|
|
@ -236,6 +236,10 @@ public class IcPartyOrgServiceImpl extends BaseServiceImpl<IcPartyOrgDao, IcPart |
|
|
|
if (NumConstant.FIVE_STR.equals(dto.getPartyOrgType())) { |
|
|
|
if (map.containsKey(dto.getId())) { |
|
|
|
dto.setChildren(map.get(dto.getId())); |
|
|
|
dto.getChildren().forEach(item -> { |
|
|
|
item.setAgencyId(dto.getAgencyId()); |
|
|
|
item.setAgencyPids(dto.getAgencyPids()); |
|
|
|
}); |
|
|
|
} |
|
|
|
} else { |
|
|
|
for (IcPartyOrgTreeDTO org : dto.getChildren()) { |
|
|
|