瀏覽代碼

修改代码

fuyu 6 年之前
父節點
當前提交
af349a3001
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/inter/controller/Reciveremote.php

+ 1 - 0
application/inter/controller/Reciveremote.php

@@ -134,6 +134,7 @@ class Reciveremote extends Base
 //            }
             log::record($sql);
             $list = DB::query($sql);
+            var_dump($sql);
             $csql = "SELECT count(1) from exams as e,remote_application as ra,patient_infos as p,report as r where ra.exam_id=e.id and e.patient_id=p.id and r.exam_id=e.id and ra.remote_institution_id='" . $doctor['institution_id']."'".$where;
             $count = DB::query($csql);
             foreach ($list as $k => $v) {