|
@@ -794,7 +794,7 @@ class IndexController extends WebBaseController
|
|
|
|
|
|
//招考岗位
|
|
|
$where_post[] = ['recruit_id', '=', $id];
|
|
|
- //$where_post[] = ['status', '=', 1];
|
|
|
+ $where_post[] = ['status', '=', 1];
|
|
|
$recruit_post = RecruitPost::where($where_post)->get();
|
|
|
$post = [];
|
|
|
$post_limit = [];
|