|
@@ -179,10 +179,8 @@ class JobsController extends MobileBaseController
|
|
|
$show_login_notice = 1;
|
|
|
$list_limit = config('aix.companyset.search_com.search_basic.jobs_search_num_login');
|
|
|
}
|
|
|
- $where[] = ['is_health','=',1];
|
|
|
$size = 20;
|
|
|
$list = $this->searchService->search('Job', $where, $order_by, $search_key, $size);
|
|
|
- dd($list);
|
|
|
if ($list->total()>0) {
|
|
|
$list_items = $this->jobsService->dealjobFilelds($list->items(), $map_data);
|
|
|
} else {
|