Browse Source

提交下线岗位的选择问题

zmw 3 tuần trước cách đây
mục cha
commit
8f83b8d27c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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   = [];