소스 검색

考察材料补登(去掉特殊要求)

sandm 2 년 전
부모
커밋
1add694a25
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Http/Controllers/Web/Recruit/IndexController.php

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

@@ -1397,9 +1397,9 @@ class IndexController extends WebBaseController
             return $this->showMessage('抱歉,您未入闱,无需考察审核!', route('recruit.show',array('id',$recruit['id'])), true, '上一页', '3');
         }
 
-        $uids = [169955];
+
         $time = time();
-        if(!in_array($uid,$uids) || $time > 1654164000){
+        if( $time > 1654164000){
             return $this->showMessage('抱歉,考察审核端口已关闭!', route('recruit.show',array('id',$recruit['id'])), true, '上一页', '3');
         }