Browse Source

发送短信日志

付宇 3 weeks ago
parent
commit
2181f3523d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      jcjyhr/app/zskk/servies/PatientServies.php

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

@@ -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{