lgy 3 weeks ago
parent
commit
6068bac92e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/app/zskk/servies/PatientServies.php

+ 1 - 1
jcjyhr/app/zskk/servies/PatientServies.php

@@ -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));