瀏覽代碼

更新村务择岗(递补)

zmw 6 月之前
父節點
當前提交
0847c14edc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Web/Recruit/IndexController.php

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

@@ -2736,7 +2736,7 @@ class IndexController extends WebBaseController
 
     public function select_init(Request $request)
     {
-        $count = DB::table('recruit_appoint_select')->whereRaw('select_result is null and batch = 5 and type = 1 and result not null')->count();
+        $count = DB::table('recruit_appoint_select')->whereRaw('select_result is null and batch = 5 and type = 1 and result is not null')->count();
 
         $redis  = Cache::getRedis();
         $quot_batch5 = $redis->get('recruit_quota_batch4');