|
@@ -991,7 +991,7 @@ 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_CARDNUM'].';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_CARDNUM'],$information['ORGNAME']);
|
|
log::record('send message-2-PHONE:'.$patient['PHONE'].';ID_CARD_NUM:'.$patient['ID_CARDNUM'].';ORGNAME:'.$information['ORGNAME']);
|
|
log::record('send message-2-PHONE:'.$patient['PHONE'].';ID_CARD_NUM:'.$patient['ID_CARDNUM'].';ORGNAME:'.$information['ORGNAME']);
|
|
|
|
|
|
}
|
|
}
|