刘桂岩 5 年之前
父節點
當前提交
ea862f376c
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      application/inter/controller/Report.php

+ 4 - 4
application/inter/controller/Report.php

@@ -192,7 +192,7 @@ class Report extends Base
                 }else{
                     $list[$k]['status'] = 0;
                 }
-                if($v['is_remote'] == 1){
+                /*if($v['is_remote'] == 1){
                     // 远程报告   获取发送的报告医院
                     $remote = DB::table('remote_application')->where('exam_id',$v['id'])->field('remote_institution_id')->find();
                     $remote_name = DB::table('institution')->where('id',$remote['remote_institution_id'])->cache(300)->field('name')->find();
@@ -207,8 +207,8 @@ class Report extends Base
                         $list[$k]['report_doctor'] = $report_doctor['realname'];
                         $list[$k]['report_datetime'] = $report['report_datetime'];
                     }
-                }else{
-                    $remote_name = DB::table('institution')->where('id',$doctor['institution_id'])->cache(300)->field('name')->find();
+                }else{*/
+                    $remote_name = DB::table('institution')->where('id',$doctor['institution_id'])->field('name')->find();
                     $list[$k]['report_app_name'] = $remote_name['name'];
                     $project = DB::table('exam_project')->where('id',$v['exam_project'])->field('name')->find();
                     $list[$k]['exam_project_name'] = $project['name'];
@@ -223,7 +223,7 @@ class Report extends Base
                         $list[$k]['report_doctor'] = '';
                         $list[$k]['report_datetime'] = '';
                     }
-                }
+//                }
             }
             /*if($is_urgent == 1){
                 //远程报告申请机构