|
|
@ -198,7 +198,8 @@ public class IcNatServiceImpl extends BaseServiceImpl<IcNatDao, IcNatEntity> imp |
|
|
|
return resultDTO; |
|
|
|
} |
|
|
|
resultDTO = ConvertUtils.sourceToTarget(entity, IcNatDTO.class); |
|
|
|
|
|
|
|
resultDTO.setShowIdCard(resultDTO.getIdCard()); |
|
|
|
resultDTO.setShowMobile(resultDTO.getMobile()); |
|
|
|
//2.查询对应的通知记录信息
|
|
|
|
IcNoticeDTO dto = icNoticeService.getNotice(entity.getCustomerId(), entity.getIdCard()); |
|
|
|
if (null != dto) { |
|
|
|