@@ -240,8 +240,8 @@ abstract class BaseDataBiServies
->whereMonth($this->timeFieldName)
->group(date_format($this->timeFieldName, "%Y%m%d"))
->order(date_format($this->timeFieldName, "%Y%m%d"), 'asc')
- ->select()
- ->toArray();
+ ->buildSql();
+ var_dump($days);die;
return $days;
}