瀏覽代碼

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

sandm 2 年之前
父節點
當前提交
343837f2c1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Http/Controllers/Web/Recruit/IndexController.php

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

@@ -1641,7 +1641,7 @@ class IndexController extends WebBaseController
         } else {
             return redirect(route('login'));
         }
-        $limit_time = 1660210200;
+        $limit_time = 1660901400;
         $time = time();
         if( $time > $limit_time){
             return $this->showMessage('抱歉,考察审核端口已关闭!', route('recruit.show',array('id',18)), true, '上一页', '3');
@@ -1917,7 +1917,7 @@ class IndexController extends WebBaseController
                     $trip_status = 0;
                 }
                 if(array_key_exists('更新时间',$trip_result['result'])){
-                    $time = strtotime($health_result['更新时间'][0]['word'][0]);
+                    $time = strtotime($trip_result['更新时间'][0]['word'][0]);
                     if($time > strtotime($recruit->pen_health_start) || $recruit < ($recruit->pen_health_end)){
                         array_push($trip_msg,'抱歉,请上传{$recruit->pen_health_start}至{$recruit->pen_health_end}之间的行程码!');
                         $trip_status = 0;