...
|
...
|
@@ -30,7 +30,6 @@ class AdminStatisticsController extends AdminBaseController{ |
|
|
public function index(){
|
|
|
$param=$this->request->param();
|
|
|
$where=array();
|
|
|
dump($param);
|
|
|
|
|
|
//医院总体时长统计
|
|
|
$data=Db::name('order')
|
...
|
...
|
@@ -99,7 +98,7 @@ class AdminStatisticsController extends AdminBaseController{ |
|
|
}
|
|
|
$this->assign('interval',json_encode($interval));
|
|
|
|
|
|
$this->assign('hospital', isset($param['hospital']) ? $param['hospital'] : '');
|
|
|
// $this->assign('hospital', isset($param['hospital']) ? $param['hospital'] : '');
|
|
|
return $this->fetch();
|
|
|
}
|
|
|
|
...
|
...
|
|