lgy 1 ngày trước cách đây
mục cha
commit
bdf3a5b692
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      jcjyhr/app/zskk/servies/PatientServies.php

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

@@ -936,6 +936,7 @@ class PatientServies
         }
         $EXAM_REPORTS = $this->makeExamData($params['EXAM_REPORTS']);
         $report = $this->patientModel->getExamReport(['PATIENT_CODE'=>$information['PATIENT_CODE']],'*');
+        var_dump($EXAM_REPORTS);
         $report->save($EXAM_REPORTS);
         return 'success';
     }