|
@@ -990,9 +990,9 @@ class PatientServies
|
|
}
|
|
}
|
|
$report->save($EXAM_REPORTS);
|
|
$report->save($EXAM_REPORTS);
|
|
$patient = $this->patientModel->where('PATIENT_CODE',$information['PATIENT_CODE'])->find();
|
|
$patient = $this->patientModel->where('PATIENT_CODE',$information['PATIENT_CODE'])->find();
|
|
- log::record('send message-1-PHONE:'.$patient['PHONE'].';ID_CARD_NUM:'.$patient['ID_CARD_NUM'].';ORGNAME:'.$information['ORGNAME']);
|
|
|
|
|
|
+ log::record('send message-1-PHONE:'.$patient['PHONE'].';ID_CARD_NUM:'.$patient['ID_CARDNUM'].';ORGNAME:'.$information['ORGNAME']);
|
|
$this->sendYqSms($patient['PHONE'],$patient['ID_CARD_NUM'],$information['ORGNAME']);
|
|
$this->sendYqSms($patient['PHONE'],$patient['ID_CARD_NUM'],$information['ORGNAME']);
|
|
- log::record('send message-2-PHONE:'.$patient['PHONE'].';ID_CARD_NUM:'.$patient['ID_CARD_NUM'].';ORGNAME:'.$information['ORGNAME']);
|
|
|
|
|
|
+ log::record('send message-2-PHONE:'.$patient['PHONE'].';ID_CARD_NUM:'.$patient['ID_CARDNUM'].';ORGNAME:'.$information['ORGNAME']);
|
|
|
|
|
|
}
|
|
}
|
|
}else{
|
|
}else{
|