Browse Source

发送短信日志

付宇 3 weeks ago
parent
commit
2adadc874b
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

@@ -991,7 +991,7 @@ class PatientServies
                 $report->save($EXAM_REPORTS);
                 $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']);
-                $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']);
 
             }