Browse Source

更新递补人员上传材料时间

sandm 2 years ago
parent
commit
2708153c52
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

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