lvhao 5 일 전
부모
커밋
b84e6d9d6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 				}
 			}