@ -144,6 +144,7 @@ public class IcResiCollectServiceImpl extends BaseServiceImpl<IcResiCollectDao,
//与之前历史成员没有匹配到
if (StringUtils.isNotBlank(entity.getName()) || StringUtils.isNotBlank(entity.getIdNum())) {
//姓名或份身份证号不为空时插入
entity.setId(null);
entity.setIcResiCollectId(originIcResiCollectId);
icResiMemberDao.insert(entity);
}