lgy 3 天之前
父節點
當前提交
85085f8146
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jcjyhr/app/zskk/servies/PatientServies.php

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

@@ -929,7 +929,7 @@ class PatientServies
 
     public function postExamReport($params): string
     {
-        $information = $this->patientModel->getMedicalData(['HOS_EMPI'=>$params['HOS_EMPI']],'*');
+        $information = $this->patientModel->getMedicalData(['HOS_EMPI'=>$params['MEDICAL_INFORMATION']['HOS_EMPI']],'*');
         if(empty($information))
         {
             return '';