作者 董瑞恩
1 个管道 的构建 通过 耗费 1 秒

interface

... ... @@ -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')
... ...