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

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

@@ -91,7 +91,7 @@ class Application extends Base
             ->where('sc.status', 1)
             ->order('sr.sort asc')
             ->order('sc.sort asc')
-            ->field('sc.hid, sc.did, sc.id, sc.cost, sc.describe, sr.name, sr.color, d.name as dname, i.name as hname')
+            ->field('sc.hid, sc.did, sc.id, sc.cost, sc.describe, sr.name, sr.color, d.realname as dname, i.name as hname')
             ->select();
             // 特殊机构
             if(!empty($special_doctors)) {