|
@ -3113,16 +3113,6 @@ public class YkyyEntranceService {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if(StringUtils.isNotBlank(brid)){
|
|
|
|
//保存映射关系
|
|
|
|
PatientMappingDO patientMappingDO = new PatientMappingDO();
|
|
|
|
patientMappingDO.setPatient(patientId);
|
|
|
|
patientMappingDO.setPatientName(name);
|
|
|
|
patientMappingDO.setMappingCode(brid);
|
|
|
|
patientMappingDO.setIdcard(idcard);
|
|
|
|
patientMappingDO.setCreateTime(new Date());
|
|
|
|
patientMappingDao.save(patientMappingDO);
|
|
|
|
}
|
|
|
|
res.put("status", 200);
|
|
res.put("status", 200);
|
|
res.put("message", brid);
|
|
res.put("message", brid);
|
|
return res;
|
|
return res;
|