lgy 2 ngày trước cách đây
mục cha
commit
85085f8146
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 '';