浏览代码

更新考察审核(递补)

zmw 7 月之前
父节点
当前提交
3f2f0955c6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Http/Controllers/Web/Recruit/IndexController.php

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

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