Browse Source

更新时间

sandm 1 year ago
parent
commit
59568ea29c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Web/Recruit/IndexController.php

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

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