lgy 1 day ago
parent
commit
bdf3a5b692
1 changed files with 1 additions and 0 deletions
  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';
     }