lvhao il y a 5 jours
Parent
commit
b84e6d9d6e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      core/CoreApp/controllers/Systemfout.php

+ 1 - 1
core/CoreApp/controllers/Systemfout.php

@@ -637,7 +637,7 @@ class Systemfout extends Start_Controller {
 			}
 			// 50 惠程-联邦-9610  93 惠程-联邦-不报关  超过90小时不允许出库
 			if(in_array($y['express'],[50,93])){
-				if((time() - $y['printtime']) >= (90*3600)){
+				if((time() - $y['printtime']) >= (135*3600)){
 					echo json_encode(array('msg'=>'该运单超时,请联系梦体处理!','success'=>false));exit;
 				}
 			}