|
@ -1095,6 +1095,14 @@ public class EpmetUserServiceImpl implements EpmetUserService { |
|
|
result.setIdCard(info.get(NeighborhoodConstant.ID_CARD)); |
|
|
result.setIdCard(info.get(NeighborhoodConstant.ID_CARD)); |
|
|
result.setMobile(info.get(NeighborhoodConstant.MOBILE)); |
|
|
result.setMobile(info.get(NeighborhoodConstant.MOBILE)); |
|
|
msg.setContent("查看"+info.get(NeighborhoodConstant.NAME)+"的敏感信息(核酸检测信息)"); |
|
|
msg.setContent("查看"+info.get(NeighborhoodConstant.NAME)+"的敏感信息(核酸检测信息)"); |
|
|
|
|
|
}else if (formDTO.getType().equals(NeighborhoodConstant.EMPLOYEE_EPIDEMIC_MANAGE_DETAIL)){ |
|
|
|
|
|
Map<String, String> info = govOrgService.getEmployeeRegisterMobileAndIdCard(formDTO.getId()); |
|
|
|
|
|
if (null == info){ |
|
|
|
|
|
throw new EpmetException("未查询到员工登记信息:"+formDTO.getId()); |
|
|
|
|
|
} |
|
|
|
|
|
result.setIdCard(info.get(NeighborhoodConstant.ID_CARD)); |
|
|
|
|
|
result.setMobile(info.get(NeighborhoodConstant.MOBILE)); |
|
|
|
|
|
msg.setContent("查看"+info.get(NeighborhoodConstant.NAME)+"的敏感信息(员工登记信息)"); |
|
|
} |
|
|
} |
|
|
// 发送mq消息
|
|
|
// 发送mq消息
|
|
|
HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest(); |
|
|
HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest(); |
|
|