|
@ -74,6 +74,8 @@ public class HouseInformationServiceImpl implements HouseInformationService { |
|
|
agency = customerAgencyDao.selectById(staffInfo.getAgencyId()); |
|
|
agency = customerAgencyDao.selectById(staffInfo.getAgencyId()); |
|
|
if (null == agency) { |
|
|
if (null == agency) { |
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "社区不存在", "社区不存在"); |
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "社区不存在", "社区不存在"); |
|
|
|
|
|
} else { |
|
|
|
|
|
formDTO.setCommunityId(staffInfo.getAgencyId()); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
CustomerAgencyEntity parentAgency = customerAgencyDao.selectById(agency.getPid()); |
|
|
CustomerAgencyEntity parentAgency = customerAgencyDao.selectById(agency.getPid()); |
|
|