...
|
...
|
@@ -31,7 +31,7 @@ class AdminStatisticsController extends AdminBaseController{ |
|
|
$param=$this->request->param();
|
|
|
$where='';
|
|
|
if (!empty($param['hospital'])){
|
|
|
$where="where hospital="+$param['hospital']+" AND";
|
|
|
$where="where hospital='第一附属医院' AND";
|
|
|
}
|
|
|
//医院总体时长统计
|
|
|
$data=Db::name('order')
|
...
|
...
|
|