|
@@ -1917,7 +1917,7 @@ class IndexController extends WebBaseController
|
|
|
$trip_status = 0;
|
|
|
}
|
|
|
if(array_key_exists('更新时间',$trip_result['result'])){
|
|
|
- $time = strtotime($trip_result['更新时间'][0]['word'][0]);
|
|
|
+ $time = strtotime($trip_result['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;
|