소스 검색

手动截止

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

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

@@ -1629,7 +1629,7 @@ class IndexController extends WebBaseController
         }
 
         $time = time();
-        if($time > 1654830000){
+        if($time > 1654830000){//手动截止
             return $this->showMessage('抱歉,考察审核端口已关闭!', route('recruit.show',array('id',$recruit['id'])), true, '上一页', '3');
         }