|
@@ -1006,7 +1006,7 @@ class PatientServies
|
|
|
{
|
|
|
log::record('报告存在影像,study_id为'.$report['STUDY_ID']);
|
|
|
$patient = $this->patientModel->where('PATIENT_CODE',$information['PATIENT_CODE'])->find();
|
|
|
- $this->sendYqSms($patient['PHONE'],$patient['ID_CARD_NUM'],$information['ORGNAME']);
|
|
|
+ $this->sendYqSms($patient['PHONE'],$patient['ID_CARDNUM'],$information['ORGNAME']);
|
|
|
}
|
|
|
}
|
|
|
}else{
|