|
@@ -53,6 +53,7 @@ class BiPatientServies extends BaseDataBiServies
|
|
$reportWhere = $this->getCommonWhere($params);
|
|
$reportWhere = $this->getCommonWhere($params);
|
|
// 获取按日统计数据对象
|
|
// 获取按日统计数据对象
|
|
$dayData = $this->getDayData($where);
|
|
$dayData = $this->getDayData($where);
|
|
|
|
+ var_dump($dayData);die;
|
|
// 获取本周统计数量
|
|
// 获取本周统计数量
|
|
$weekCount = $this->getWeekCount($where);
|
|
$weekCount = $this->getWeekCount($where);
|
|
// 获取本月统计数量
|
|
// 获取本月统计数量
|