소스 검색

Merge branch 'pro' of http://code.pacsonline.cn/zskk_bg/yuanchengpasc into pro

fuyu 5 년 전
부모
커밋
ca1c39a2b8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/manage/controller/Institution.php

+ 1 - 0
application/manage/controller/Institution.php

@@ -122,6 +122,7 @@ class Institution extends Base {
             return '';
         }
         $local_name = DB::table('institution')->where('id',$id)->value('name');
+        $parent = explode(',',$parent);
         foreach ($parent as $k=>$v){
             $data = DB::table('remote_contact')->where('hospital_id',$id)->where('super_hospital_id',$v)->find();
             if(!empty($data)){