Forráskód Böngészése

远程医院列表修改

fuyu 5 éve
szülő
commit
8aa406c68d
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      application/inter/controller/Application.php

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

@@ -86,6 +86,7 @@ class Application extends Base
                 ->where('rc1.hospital_id', $institution_id)
                 ->where('rc2.exam_class', $info['exam_class'])
                 ->field('rc1.hospital_id, rc1.super_hospital_id, rc1.hospital_name, rc1.super_hospital_name, rc1.pay_type, rc2.super_doctor_id, rc2.super_doctor_name, rc2.exam_class')
+                ->buildSql()
                 ->select();
                 foreach($super_doctors as $v) {
                     if(!isset($super_hospitals[$v['hospital_id']])){