Ver Fonte

医院管理员修改

fuyu há 5 anos atrás
pai
commit
42761cda47
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      application/inter/controller/Application.php

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

@@ -85,7 +85,7 @@ class Application extends Base
                 ->join('remote_cost rc2', 'rc1.hospital_id = rc2.hospital_id and rc1.super_hospital_id = rc2.super_hospital_id')
                 ->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')
+                ->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, rc2.is_admin')
                 // ->fetchSql()
                 ->select();
                 // var_dump($super_doctors);