|
@ -1165,6 +1165,9 @@ public class GovOrgServiceImpl implements GovOrgService { |
|
|
formDTO.setEndDate(dateId); |
|
|
formDTO.setEndDate(dateId); |
|
|
} |
|
|
} |
|
|
CustomerAgencyEntity agencyEntity = customerAgencyDao.selectById(formDTO.getAgencyId()); |
|
|
CustomerAgencyEntity agencyEntity = customerAgencyDao.selectById(formDTO.getAgencyId()); |
|
|
|
|
|
if (null == agencyEntity) { |
|
|
|
|
|
return null; |
|
|
|
|
|
} |
|
|
PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize()); |
|
|
PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize()); |
|
|
long total = 0; |
|
|
long total = 0; |
|
|
if (OrgConstant.COMMUNITY.equals(agencyEntity.getLevel()) && NumConstant.ONE_STR.equals(formDTO.getType())) { |
|
|
if (OrgConstant.COMMUNITY.equals(agencyEntity.getLevel()) && NumConstant.ONE_STR.equals(formDTO.getType())) { |
|
|