|
|
@ -79,7 +79,7 @@ public class GovOrgServiceImpl implements GovOrgService { |
|
|
|
List<AgencyGridResultDTO> subAgencyList = customerAgencyDao.selectAllSubAgency(subPids); |
|
|
|
if (subAgencyList.size() > NumConstant.ZERO) { |
|
|
|
for (AgencyGridResultDTO sub : subAgencyList) { |
|
|
|
List<GridInfoResultDTO> gridList = customerGridDao.selectAgencyGridList(sub.getAgencyId()); |
|
|
|
List<GridInfoResultDTO> gridList = customerGridDao.selectGridListByAgencyId(sub.getAgencyId()); |
|
|
|
sub.setGridList(gridList); |
|
|
|
List<AgencyGridResultDTO> subAgency = getGridList(sub.getPids() + ":" + sub.getAgencyId()); |
|
|
|
sub.setSubAgencyGridList(subAgency); |
|
|
|