lgy 1 mese fa
parent
commit
bc1840ae14
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      jcjyhr/app/zskk/servies/PatientServies.php

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

@@ -930,7 +930,7 @@ class PatientServies
     public function postExamReport($params): string
     {
         $EXAM_REPORTS = $this->makeExamData($params['EXAM_REPORTS']);
-        $report = $this->patientModel->getExamReport(['EXAM_REPORT_CODE'=>$EXAM_REPORTS['EXAM_REPORT_CODE']],'*');
+        $report = $this->patientModel->getExamReport(['SERIESNUM'=>$EXAM_REPORTS['SERIESNUM']],'*');
         $report->save($EXAM_REPORTS);
         return 'success';
     }