jobfairPersonSignedRepository = $jobfairPersonSignedRepository; } //猜你喜欢 public function likeResumes($category,$jobfair_id) { foreach ($category as $value) { $where[] = ['intention_jobs_id','like','%'.$value.'%']; } return $this->jobfairPersonSignedRepository->likeResumes($where,$jobfair_id); } }