sandm 1 rok pred
rodič
commit
e2c4528564

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

@@ -1762,7 +1762,7 @@ class IndexController extends WebBaseController
         }
 
 
-        $limit_time = 1694079000;
+        $limit_time = 1694683800;
         $time = time();
         if( $time > $limit_time){
             return $this->showMessage('抱歉,考察审核端口已关闭!', route('recruit.show',array('id',$recruit['id'])), true, '上一页', '3');
@@ -1978,7 +1978,7 @@ class IndexController extends WebBaseController
         } else {
             return redirect(route('login'));
         }
-        $limit_time = 1694079000;
+        $limit_time = 1694683800;
         $time = time();
         if( $time > $limit_time){
             return $this->showMessage('抱歉,考察审核端口已关闭!', route('recruit.show',array('id',38)), true, '上一页', '3');