@ -351,6 +351,10 @@ public class IcResiComparisonRecordServiceImpl extends BaseServiceImpl<IcResiCom
resiUserEntity.setId(entity.getResiId());
resiUserEntity.setName(entity.getPoliceName());
icResiUserDao.updateById(resiUserEntity);
//3.更新比对表数据状态
entity.setType("1");
entity.setIdentical("1");
updateById(entity);
}