lgy 2 months ago
parent
commit
163cbb6b2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/app/zskk/model/Patient.php

+ 1 - 1
jcjyhr/app/zskk/model/Patient.php

@@ -198,7 +198,7 @@ class Patient extends ZskkModel
 
     public function saveReportStudy($studyUid,$studyId)
     {
-        return (new ExamReport())->where('STUDYUID',$studyUid)->update(['study_id' => $studyId]);
+        return (new ExamReport())->where('STUDYUID',$studyUid)->update(['STUDY_ID' => $studyId]);
 
     }