Jelajahi Sumber

9610 的0金额不可发

lvhao 9 jam lalu
induk
melakukan
2a52dcafcf

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

@@ -1230,7 +1230,7 @@ class Fullorder extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'选择DPEX必须填写州信息','success'=>false));exit;
 			}
-			if(($post['express'] == '24' || $post['express'] == '3') && $post['shouldmoney'] == 0)
+			if(($post['express'] == '3') && $post['shouldmoney'] == 0)
 			{
 				echo json_encode(array('msg'=>'0金额订单不可发UPS/Fedex(杭州)!!!','success'=>false));exit;
 			}

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

@@ -1148,7 +1148,7 @@ class Fullorderamz extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'选择DPEX必须填写州信息','success'=>false));exit;
 			}
-			if(($post['express'] == '24' || $post['express'] == '3') && $post['shouldmoney'] == 0)
+			if(($post['express'] == '3') && $post['shouldmoney'] == 0)
 			{
 				echo json_encode(array('msg'=>'0金额订单不可发UPS/Fedex(杭州)!!!','success'=>false));exit;
 			}

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

@@ -981,7 +981,7 @@ class Fullordersmt extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'选择DPEX必须填写州信息','success'=>false));exit;
 			}
-			if(($post['express'] == '24' || $post['express'] == '3') && $post['shouldmoney'] == 0)
+			if(($post['express'] == '3') && $post['shouldmoney'] == 0)
 			{
 				echo json_encode(array('msg'=>'0金额订单不可发UPS/Fedex(杭州)!!!','success'=>false));exit;
 			}

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

@@ -1189,7 +1189,7 @@ class Fullordertt extends Start_Controller {
 			{
 				echo json_encode(array('msg'=>'选择DPEX必须填写州信息','success'=>false));exit;
 			}
-			if(($post['express'] == '24' || $post['express'] == '3') && $post['shouldmoney'] == 0)
+			if(($post['express'] == '3') && $post['shouldmoney'] == 0)
 			{
 				echo json_encode(array('msg'=>'0金额订单不可发UPS/Fedex(杭州)!!!','success'=>false));exit;
 			}