Browse Source

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

sandm 2 năm trước cách đây
mục cha
commit
343837f2c1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;