正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -30,7 +30,7 @@ class AdminStatisticsController extends AdminBaseController{ | @@ -30,7 +30,7 @@ class AdminStatisticsController extends AdminBaseController{ | ||
30 | public function index(){ | 30 | public function index(){ |
31 | $hospital=$this->request->param('hospital'); | 31 | $hospital=$this->request->param('hospital'); |
32 | $where=array(); | 32 | $where=array(); |
33 | - | 33 | + dump($hospital); |
34 | 34 | ||
35 | //医院总体时长统计 | 35 | //医院总体时长统计 |
36 | $data=Db::name('order') | 36 | $data=Db::name('order') |
-
请 注册 或 登录 后发表评论