lgy 2 days ago
parent
commit
fba054bc76
1 changed files with 5 additions and 0 deletions
  1. 5 0
      jcjyhr/app/zskk/servies/PatientServies.php

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

@@ -937,6 +937,11 @@ class PatientServies
         $EXAM_REPORTS = $this->makeExamData($params['EXAM_REPORTS']);
         $report = $this->patientModel->getExamReport(['PATIENT_CODE'=>$information['PATIENT_CODE']],'*');
         var_dump($report->toArray());
+        unset($report['AUDITTIME']);
+        unset($report['CREATE_TIME']);
+        unset($report['UPDATE_TIME']);
+        unset($report['REPORTTIME']);
+        unset($report['STUDYTIME']);
         $report->save($EXAM_REPORTS);
         return 'success';
     }