|
@@ -990,7 +990,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();
|
|
-// $this->sendYqSms($patient['PHONE'],$patient['ID_CARD_NUM'],$information['ORGNAME']);
|
|
|
|
|
|
+ $this->sendYqSms($patient['PHONE'],$patient['ID_CARD_NUM'],$information['ORGNAME']);
|
|
}
|
|
}
|
|
}else{
|
|
}else{
|
|
log::record('报告请求失败,失败原因,hosempi为空,失败参数:'.json_encode($params));
|
|
log::record('报告请求失败,失败原因,hosempi为空,失败参数:'.json_encode($params));
|