|  |  | @ -279,10 +279,16 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi | 
			
		
	
		
			
				
					|  |  |  |                     //查询房屋信息
 | 
			
		
	
		
			
				
					|  |  |  |                     HouseInfoCache houseInfo = CustomerIcHouseRedis.getHouseInfo(tokenDto.getCustomerId(), map.get("HOME_ID")); | 
			
		
	
		
			
				
					|  |  |  |                     if (null != gridInfo && null != houseInfo) { | 
			
		
	
		
			
				
					|  |  |  |                         String address = gridInfo.getAllParentName().concat(StrConstant.HYPHEN).concat(gridInfo.getGridNamePath()) | 
			
		
	
		
			
				
					|  |  |  |                         String address; | 
			
		
	
		
			
				
					|  |  |  |                         if (StringUtils.isNotBlank(gridInfo.getAllParentName())) { | 
			
		
	
		
			
				
					|  |  |  |                             address = gridInfo.getAllParentName().concat(StrConstant.HYPHEN).concat(gridInfo.getGridNamePath()) | 
			
		
	
		
			
				
					|  |  |  |                                     .concat(StrConstant.HYPHEN).concat(houseInfo.getNeighborHoodName()) | 
			
		
	
		
			
				
					|  |  |  |                                     .concat(StrConstant.HYPHEN).concat(houseInfo.getHouseName()); | 
			
		
	
		
			
				
					|  |  |  |                         } else { | 
			
		
	
		
			
				
					|  |  |  |                             address = gridInfo.getGridNamePath() | 
			
		
	
		
			
				
					|  |  |  |                                     .concat(StrConstant.HYPHEN).concat(houseInfo.getNeighborHoodName()) | 
			
		
	
		
			
				
					|  |  |  |                                     .concat(StrConstant.HYPHEN).concat(houseInfo.getHouseName()); | 
			
		
	
		
			
				
					|  |  |  |                         partyMemberDTO.setAddress(address); | 
			
		
	
		
			
				
					|  |  |  |                         } | 
			
		
	
		
			
				
					|  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |                 //2022.05.18 end zhaoqf
 | 
			
		
	
	
		
			
				
					|  |  | @ -499,9 +505,16 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi | 
			
		
	
		
			
				
					|  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |                     HouseInfoCache houseInfo = CustomerIcHouseRedis.getHouseInfo(tokenDto.getCustomerId(), houseId); | 
			
		
	
		
			
				
					|  |  |  |                     if (null != gridInfo && null != houseInfo) { | 
			
		
	
		
			
				
					|  |  |  |                         String address = gridInfo.getAllParentName().concat(StrConstant.HYPHEN).concat(gridInfo.getGridNamePath()) | 
			
		
	
		
			
				
					|  |  |  |                         String address; | 
			
		
	
		
			
				
					|  |  |  |                         if (StringUtils.isNotBlank(gridInfo.getAllParentName())) { | 
			
		
	
		
			
				
					|  |  |  |                             address = gridInfo.getAllParentName().concat(StrConstant.HYPHEN).concat(gridInfo.getGridNamePath()) | 
			
		
	
		
			
				
					|  |  |  |                                     .concat(StrConstant.HYPHEN).concat(houseInfo.getNeighborHoodName()) | 
			
		
	
		
			
				
					|  |  |  |                                     .concat(StrConstant.HYPHEN).concat(houseInfo.getHouseName()); | 
			
		
	
		
			
				
					|  |  |  |                         } else { | 
			
		
	
		
			
				
					|  |  |  |                             address = gridInfo.getGridNamePath() | 
			
		
	
		
			
				
					|  |  |  |                                     .concat(StrConstant.HYPHEN).concat(houseInfo.getNeighborHoodName()) | 
			
		
	
		
			
				
					|  |  |  |                                     .concat(StrConstant.HYPHEN).concat(houseInfo.getHouseName()); | 
			
		
	
		
			
				
					|  |  |  |                         } | 
			
		
	
		
			
				
					|  |  |  |                         partyMemberDTO.setAddress(address); | 
			
		
	
		
			
				
					|  |  |  |                     } | 
			
		
	
		
			
				
					|  |  |  |                 } | 
			
		
	
	
		
			
				
					|  |  | @ -2191,9 +2204,16 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi | 
			
		
	
		
			
				
					|  |  |  |             //查询房屋信息
 | 
			
		
	
		
			
				
					|  |  |  |             HouseInfoCache houseInfo = CustomerIcHouseRedis.getHouseInfo(formDTO.getCustomerId(), entity.getHomeId()); | 
			
		
	
		
			
				
					|  |  |  |             if (null != gridInfo && null != houseInfo) { | 
			
		
	
		
			
				
					|  |  |  |                 String address = gridInfo.getAllParentName().concat(StrConstant.HYPHEN).concat(gridInfo.getGridNamePath()) | 
			
		
	
		
			
				
					|  |  |  |                 String address; | 
			
		
	
		
			
				
					|  |  |  |                 if (StringUtils.isNotBlank(gridInfo.getAllParentName())) { | 
			
		
	
		
			
				
					|  |  |  |                     address = gridInfo.getAllParentName().concat(StrConstant.HYPHEN).concat(gridInfo.getGridNamePath()) | 
			
		
	
		
			
				
					|  |  |  |                             .concat(StrConstant.HYPHEN).concat(houseInfo.getNeighborHoodName()) | 
			
		
	
		
			
				
					|  |  |  |                             .concat(StrConstant.HYPHEN).concat(houseInfo.getHouseName()); | 
			
		
	
		
			
				
					|  |  |  |                 } else { | 
			
		
	
		
			
				
					|  |  |  |                     address = gridInfo.getGridNamePath() | 
			
		
	
		
			
				
					|  |  |  |                             .concat(StrConstant.HYPHEN).concat(houseInfo.getNeighborHoodName()) | 
			
		
	
		
			
				
					|  |  |  |                             .concat(StrConstant.HYPHEN).concat(houseInfo.getHouseName()); | 
			
		
	
		
			
				
					|  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |                 result.setAddress(address); | 
			
		
	
		
			
				
					|  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
	
		
			
				
					|  |  | 
 |