|
@@ -627,7 +627,7 @@ class Systemfout extends Start_Controller {
|
|
|
|
|
|
// 66 云途(欧洲) 67 云途(欧洲)-带保险 如果是欧洲云途 需要检擦出库时间是否超过15天
|
|
// 66 云途(欧洲) 67 云途(欧洲)-带保险 如果是欧洲云途 需要检擦出库时间是否超过15天
|
|
if(in_array($y['express'],[66,67])){
|
|
if(in_array($y['express'],[66,67])){
|
|
- if((time() - $y['printtime']) >= (15*24*3600)){
|
|
|
|
|
|
+ if((time() - $y['printtime']) >= (14*24*3600)){
|
|
echo json_encode(array('msg'=>'运单超时!请联系梦体处理!','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'运单超时!请联系梦体处理!','success'=>false));exit;
|
|
}
|
|
}
|
|
}
|
|
}
|