|
@@ -520,7 +520,7 @@ public class PatientInfoDjFacade extends PatientInfoServiceImpl {
|
|
|
patientInfoQe.eq("hospital_code", inquiryQuoteVO.getHospitalCode());
|
|
|
patientInfoQe.eq("name", inquiryQuoteVO.getPatientInfo().getName());
|
|
|
patientInfoQe.and(a ->
|
|
|
- a.eq("id_no", inquiryQuoteVO.getPatientInfo().getIdentityNum())
|
|
|
+ a.eq("id_no", inquiryQuoteVO.getPatientInfo().getIdNo())
|
|
|
.or()
|
|
|
.eq("identity_num", inquiryQuoteVO.getPatientInfo().getIdentityNum()));
|
|
|
PatientInfo patientInfo = getOne(patientInfoQe, false);
|