|
@@ -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')->count();
|
|
|
+ $count = DB::table('recruit_appoint_select')->whereRaw('select_result is null and batch = 5 and type = 1 and result not null')->count();
|
|
|
|
|
|
$redis = Cache::getRedis();
|
|
|
$quot_batch5 = $redis->get('recruit_quota_batch4');
|