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