|  | @@ -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;
 |