ソースを参照

提交梦体 成会的提示词

lvhao 10 時間 前
コミット
5bde5fc4a5

+ 11 - 7
core/CoreApp/controllers/Boss.php

@@ -342,7 +342,7 @@ class Boss extends Start_Controller
 				if (in_array($y['express'], [3, 24, 42])) {
 					//规定实际重量不允许超过 净重为1kg
 					if ($numweight - (($y['jweight'] * 1) / 1000) > 1) {
-						echo json_encode(array('msg' => '称重重量和净重相差过大,请找成会或梦体处理!', 'success' => false));
+						echo json_encode(array('msg' => '称重重量和净重相差过大,请找梦体处理!', 'success' => false));
 						exit;
 					}
 				}
@@ -357,12 +357,16 @@ class Boss extends Start_Controller
 				echo json_encode(array('yd' => 1, 'id' => $y['id'], 'express' => $y['express'], 'name' => $fullorder_name, 'success' => true));
 				exit;
 			}
-			if ((time() - $y['printtime']) > (4 * 24 * 3600) && $y['express'] == '3' && $y['type'] != 6) //杭州店铺除外
-			{
-				//echo json_encode(array('yd'=>1,'id'=>$y['id'],'express'=>$y['express'],'name'=>$fullorder_name,'success'=>true));exit;
-				echo json_encode(array('msg' => '此运单过期无法出库,请联系成会处理!', 'success' => false));
-				exit;
-			}
+
+
+			// if ((time() - $y['printtime']) > (4 * 24 * 3600) && $y['express'] == '3' && $y['type'] != 6) //杭州店铺除外
+			// {
+		
+			// 	echo json_encode(array('msg' => '此运单过期无法出库,请联系梦体处理!', 'success' => false));
+			// 	exit;
+			// }
+
+
 			if ((time() - $y['printtime']) > (7 * 24 * 3600) && $y['express'] == '37' && $y['type'] != 6) //杭州店铺除外
 			{
 				echo json_encode(array('yd' => 1, 'id' => $y['id'], 'express' => $y['express'], 'name' => $fullorder_name, 'success' => true));

+ 6 - 6
core/CoreApp/controllers/Outerrors.php

@@ -361,7 +361,7 @@ class Outerrors extends  Start_Controller{
 			// 66  云途(欧洲)  67  云途(欧洲)-带保险    如果是欧洲云途 需要检擦出库时间是否超过15天
 			if(in_array($y['express'],[66,67,82])){
 				if((time() - $y['printtime']) >= (14*24*3600)){
-                    return array('msg'=>'运单超时!请联系梦体处理!','success'=>false);
+                    return array('msg'=>'运单超时!请联系会珍/梦体处理!','success'=>false);
 					//echo json_encode(array('msg'=>'运单超时!请联系梦体处理!','success'=>false));exit;
 				}
 			}
@@ -418,11 +418,11 @@ class Outerrors extends  Start_Controller{
 			{
 				//echo json_encode(array('yd'=>1,'id'=>$y['id'],'express'=>$y['express'],'name'=>$fullorder_name,'success'=>true));exit;
 			}
-			if((time() - $y['printtime']) > (6*24*3600) && $y['express'] == '3' && $y['type'] != 6)//杭州店铺除外
-			{
-				//echo json_encode(array('yd'=>1,'id'=>$y['id'],'express'=>$y['express'],'name'=>$fullorder_name,'success'=>true));exit;
-                return array('msg'=>'此运单过期无法出库,请联系成会处理!','success'=>false);
-			}
+			// if((time() - $y['printtime']) > (6*24*3600) && $y['express'] == '3' && $y['type'] != 6)//杭州店铺除外
+			// {
+				
+            //     return array('msg'=>'此运单过期无法出库,请联系梦体处理!','success'=>false);
+			// }
 			if((time() - $y['printtime']) > (7*24*3600) && $y['express'] == '37' && $y['type'] != 6)//杭州店铺除外
 			{
 				//echo json_encode(array('yd'=>1,'id'=>$y['id'],'express'=>$y['express'],'name'=>$fullorder_name,'success'=>true));exit;

+ 9 - 10
core/CoreApp/controllers/Systemfout.php

@@ -633,13 +633,13 @@ class Systemfout extends Start_Controller {
 			// 66  云途(欧洲)  67  云途(欧洲)-带保险    如果是欧洲云途 需要检擦出库时间是否超过15天
 			if(in_array($y['express'],[66,67,82])){
 				if((time() - $y['printtime']) >= (14*24*3600)){
-					echo json_encode(array('msg'=>'运单超时!请联系梦体处理!','success'=>false));exit;
+					echo json_encode(array('msg'=>'运单超时!请联系会珍/梦体处理!','success'=>false));exit;
 				}
 			}
 			// 50 惠程-联邦-9610  93 惠程-联邦-不报关  超过90小时不允许出库
 			if(in_array($y['express'],[50,93])){
 				if((time() - $y['printtime']) >= (135*3600)){
-					echo json_encode(array('msg'=>'该运单超时,请联系梦体处理!','success'=>false));exit;
+					echo json_encode(array('msg'=>'该运单超时,请联系会珍/梦体处理!','success'=>false));exit;
 				}
 			} 
 
@@ -781,7 +781,7 @@ class Systemfout extends Start_Controller {
     				   	//规定实际重量不允许超过 净重为1kg
         				if($numweight -($y['jweight']/1000) > 1 )
         				{
-        					echo json_encode(array('msg'=>'称重重量和净重相差过大,请找成会处理!','success'=>false));exit;
+        					echo json_encode(array('msg'=>'称重重量和净重相差过大,请找梦体处理!','success'=>false));exit;
         				}
     				}
     			
@@ -795,11 +795,10 @@ class Systemfout extends Start_Controller {
 			{
 				//echo json_encode(array('yd'=>1,'id'=>$y['id'],'express'=>$y['express'],'name'=>$fullorder_name,'success'=>true));exit;
 			}
-			if((time() - $y['printtime']) > (6*24*3600) && $y['express'] == '3' && $y['type'] != 6)//杭州店铺除外
-			{
-				//echo json_encode(array('yd'=>1,'id'=>$y['id'],'express'=>$y['express'],'name'=>$fullorder_name,'success'=>true));exit;
-				echo json_encode(array('msg'=>'此运单过期无法出库,请联系成会处理!','success'=>false));exit;
-			}
+			// if((time() - $y['printtime']) > (6*24*3600) && $y['express'] == '3' && $y['type'] != 6)//杭州店铺除外
+			// {
+			// 	echo json_encode(array('msg'=>'此运单过期无法出库,请联系梦体处理!','success'=>false));exit;
+			// }
 			if((time() - $y['printtime']) > (7*24*3600) && $y['express'] == '37' && $y['type'] != 6)//杭州店铺除外
 			{
 				//echo json_encode(array('yd'=>1,'id'=>$y['id'],'express'=>$y['express'],'name'=>$fullorder_name,'success'=>true));exit;
@@ -1354,7 +1353,7 @@ class Systemfout extends Start_Controller {
 			}
 			else if($express['printcode'] == "UPS")//接口UPS暂时不打
 			{
-				echo json_encode(array('msg'=>'此订单超期无法出库,请联系成会处理','success'=>false));exit;
+				echo json_encode(array('msg'=>'此订单超期无法出库,请联系梦体处理','success'=>false));exit;
 				$barcode = $this->ups->get_data($fullorder);//获取快递信息
 				if($barcode['x'] == 1)
 				{
@@ -1426,7 +1425,7 @@ class Systemfout extends Start_Controller {
 			}
 			else
 			{
-				echo json_encode(array('msg'=>'此订单超期无法出库,请联系成会或者梦体处理','success'=>false));exit;
+				echo json_encode(array('msg'=>'此订单超期无法出库,请联系梦体处理','success'=>false));exit;
 			}
 		}
 	}