|
|
|
@ -161,12 +161,10 @@ select combo_id as c_id,count(*) as count from orders where status in(2,4) group
|
|
|
|
['name' => '3000以上', 'id' => 5],
|
|
|
|
['name' => '3000以上', 'id' => 5],
|
|
|
|
];
|
|
|
|
];
|
|
|
|
$item_label = [
|
|
|
|
$item_label = [
|
|
|
|
["id" => 1, 'name' => '一般检查'],
|
|
|
|
["id" => 3468454, 'name' => '内科检查'],
|
|
|
|
["id" => 2, 'name' => '血常规'],
|
|
|
|
["id" => 1812, 'name' => '尿常规'],
|
|
|
|
["id" => 3, 'name' => '尿常规'],
|
|
|
|
["id" => 1955, 'name' => '肝功能'],
|
|
|
|
["id" => 4, 'name' => '肝功能'],
|
|
|
|
["id" => 1958, 'name' => '肾功能'],
|
|
|
|
["id" => 5, 'name' => '肾功能'],
|
|
|
|
|
|
|
|
["id" => 6, 'name' => '血糖']
|
|
|
|
|
|
|
|
];
|
|
|
|
];
|
|
|
|
return \Yz::Return(true, "查询成功", ['sort_list' => $sort_list, 'combo_type' => $type, 'combo_crowd' => $crowd, 'combo_price' => $price_list, 'combo_item' => $item_label]);
|
|
|
|
return \Yz::Return(true, "查询成功", ['sort_list' => $sort_list, 'combo_type' => $type, 'combo_crowd' => $crowd, 'combo_price' => $price_list, 'combo_item' => $item_label]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|