刘桂岩 5 năm trước cách đây
mục cha
commit
e59c39be85
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/inter/controller/Dcom.php

+ 1 - 1
application/inter/controller/Dcom.php

@@ -33,7 +33,7 @@ class Dcom extends Controller  //Base
                     $study = $this->insertStudy($info,$patient,$institution);
                     $exam = $this->insertExam($info,$patient,$study,$institution);
                     $series = $this->insertSeries($info,$study);
-                    $image = $this->insertImages($info,$series,$path,$patient);
+                    $image = $this->insertImages($info,$series,$path,$patient,$institution);
                     DB::commit();
                     return json_encode(['status'=>'ok','code'=>'0000']);
                 }else{