|
@@ -91,7 +91,7 @@ class Application extends Base
|
|
->where('sc.status', 1)
|
|
->where('sc.status', 1)
|
|
->order('sr.sort asc')
|
|
->order('sr.sort asc')
|
|
->order('sc.sort asc')
|
|
->order('sc.sort asc')
|
|
- ->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')
|
|
|
|
|
|
+ ->field('sc.hid, sc.did, sc.id, sc.cost, sc.describe, sr.id as sid, sr.name, sr.check, sr.color, d.realname as dname, i.name as hname')
|
|
->select();
|
|
->select();
|
|
// 特殊机构
|
|
// 特殊机构
|
|
if(!empty($special_doctors)) {
|
|
if(!empty($special_doctors)) {
|
|
@@ -112,7 +112,8 @@ class Application extends Base
|
|
"id" => $v['hid'],
|
|
"id" => $v['hid'],
|
|
"name" => $v['name'],
|
|
"name" => $v['name'],
|
|
"color" => $v['color'],
|
|
"color" => $v['color'],
|
|
- "sid" => $v['sid']
|
|
|
|
|
|
+ "sid" => $v['sid'],
|
|
|
|
+ "check" => $v['check']
|
|
];
|
|
];
|
|
} else {
|
|
} else {
|
|
$super_hospitals[$v['hid']]['doctor'][] = [
|
|
$super_hospitals[$v['hid']]['doctor'][] = [
|