lgy 1 bulan lalu
induk
melakukan
163cbb6b2c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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]);
 
     }