瀏覽代碼

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

sandm 2 年之前
父節點
當前提交
8a6381e60f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 > 1653184800){
+        if($time > 1654077900){
             return $this->showMessage('抱歉,考察审核端口已关闭!', route('recruit.show',array('id',$recruit['id'])), true, '上一页', '3');
         }