|
@ -231,10 +231,7 @@ public class IcUserDemandRecServiceImpl extends BaseServiceImpl<IcUserDemandRecD |
|
|
} |
|
|
} |
|
|
HouseInfoDTO houseInfoDTO=houseInfoRes.getData().get(NumConstant.ZERO); |
|
|
HouseInfoDTO houseInfoDTO=houseInfoRes.getData().get(NumConstant.ZERO); |
|
|
insertEntity.setServiceLocation(houseInfoDTO.getNeighborAddress(). |
|
|
insertEntity.setServiceLocation(houseInfoDTO.getNeighborAddress(). |
|
|
concat(houseInfoDTO.getNeighborHoodName()) |
|
|
concat(houseInfoDTO.getNeighborHoodName())); |
|
|
.concat(houseInfoDTO.getBuildingName()) |
|
|
|
|
|
.concat(houseInfoDTO.getUnitName()) |
|
|
|
|
|
.concat(houseInfoDTO.getDoorName())); |
|
|
|
|
|
insertEntity.setLongitude(houseInfoDTO.getBuildingLongitude()); |
|
|
insertEntity.setLongitude(houseInfoDTO.getBuildingLongitude()); |
|
|
insertEntity.setLatitude(houseInfoDTO.getBuildingLatitude()); |
|
|
insertEntity.setLatitude(houseInfoDTO.getBuildingLatitude()); |
|
|
baseDao.insert(insertEntity); |
|
|
baseDao.insert(insertEntity); |
|
@ -726,6 +723,7 @@ public class IcUserDemandRecServiceImpl extends BaseServiceImpl<IcUserDemandRecD |
|
|
*/ |
|
|
*/ |
|
|
@Override |
|
|
@Override |
|
|
public PageData<DemandRecResultDTO> pageListAnalysis(PageListAnalysisFormDTO formDTO) { |
|
|
public PageData<DemandRecResultDTO> pageListAnalysis(PageListAnalysisFormDTO formDTO) { |
|
|
|
|
|
formDTO.setExcludeStatus(UserDemandConstant.CANCELED); |
|
|
if("agency".equals(formDTO.getOrgType())){ |
|
|
if("agency".equals(formDTO.getOrgType())){ |
|
|
//找到当前组织的所有上级,再拼接上自己
|
|
|
//找到当前组织的所有上级,再拼接上自己
|
|
|
Result<CustomerAgencyDTO> customerAgencyDTOResult=govOrgOpenFeignClient.getAgencyById(formDTO.getOrgId()); |
|
|
Result<CustomerAgencyDTO> customerAgencyDTOResult=govOrgOpenFeignClient.getAgencyById(formDTO.getOrgId()); |
|
|