fuyu 5 lat temu
rodzic
commit
04b1b9485c
1 zmienionych plików z 1 dodań i 1 usunięć
  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.realname as dname, i.name as hname')
+            ->field('sc.hid, sc.did, sc.id, sc.cost, sc.describe, sr.id as sid, sr.name, sr.color, d.realname as dname, i.name as hname')
             ->select();
             // 特殊机构
             if(!empty($special_doctors)) {