فهرست منبع

修改村务考查材料上传时间

sandm 2 سال پیش
والد
کامیت
2cc0cae860
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      app/Http/Controllers/Web/Recruit/IndexController.php

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

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