|
@ -437,6 +437,8 @@ public class IcHouseServiceImpl extends BaseServiceImpl<IcHouseDao, IcHouseEntit |
|
|
result.setMobile(houseInfo.getOwnerPhone()); |
|
|
result.setMobile(houseInfo.getOwnerPhone()); |
|
|
result.setIdCard(houseInfo.getOwnerIdCard()); |
|
|
result.setIdCard(houseInfo.getOwnerIdCard()); |
|
|
msg.setContent("查看房屋信息明文"); |
|
|
msg.setContent("查看房屋信息明文"); |
|
|
|
|
|
msg.setType("checkHouse"); |
|
|
|
|
|
msg.setTypeDisplay("查看房屋信息明文"); |
|
|
}else if (formDTO.getType().equals(NeighborhoodConstant.IC_RESI_USER)){ |
|
|
}else if (formDTO.getType().equals(NeighborhoodConstant.IC_RESI_USER)){ |
|
|
IcResiUserInfoCache icResiUserInfo = CustomerResiUserRedis.getIcResiUserInfo(formDTO.getId()); |
|
|
IcResiUserInfoCache icResiUserInfo = CustomerResiUserRedis.getIcResiUserInfo(formDTO.getId()); |
|
|
if (null == icResiUserInfo){ |
|
|
if (null == icResiUserInfo){ |
|
@ -445,6 +447,8 @@ public class IcHouseServiceImpl extends BaseServiceImpl<IcHouseDao, IcHouseEntit |
|
|
result.setIdCard(icResiUserInfo.getIdCard()); |
|
|
result.setIdCard(icResiUserInfo.getIdCard()); |
|
|
result.setMobile(icResiUserInfo.getMobile()); |
|
|
result.setMobile(icResiUserInfo.getMobile()); |
|
|
msg.setContent("查看居民信息明文"); |
|
|
msg.setContent("查看居民信息明文"); |
|
|
|
|
|
msg.setType("checkIcResiUser"); |
|
|
|
|
|
msg.setTypeDisplay("查看居民信息明文"); |
|
|
} |
|
|
} |
|
|
// 发送mq消息
|
|
|
// 发送mq消息
|
|
|
HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest(); |
|
|
HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest(); |
|
|