|
- $post_data = RecruitPost::where('recruit_id',$id)->where('status',1)->selectRaw('id, CONCAT(code," ",name) as post')->pluck('post', 'id');
|
|
|
|
|
|
+ $post_data = RecruitPost::where('recruit_id',$id)->selectRaw('id, CONCAT(code," ",name) as post')->pluck('post', 'id');
|