Explorar o código

修改考察材料上传时间限制

sandm %!s(int64=2) %!d(string=hai) anos
pai
achega
782bd275c7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/Web/Recruit/IndexController.php

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

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