companyDownResumeRepository = $companyDownResumeRepository; } public function getResumeNumGroup($where, $group_by, $subsite_id) { $rst = $this->companyDownResumeRepository->getResumeNumGroup($where, $group_by, $subsite_id); return $rst->pluck('count(id)', 'DATE(created_at)')->toArray(); } }