소스 검색

提交下线岗位的选择问题

zmw 3 주 전
부모
커밋
8f83b8d27c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Web/Recruit/IndexController.php

+ 1 - 1
app/Http/Controllers/Web/Recruit/IndexController.php

@@ -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   = [];