lvhao 3 天之前
父节点
当前提交
e3abe71280
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      core/CoreApp/controllers/Fullordersmt.php
  2. 1 1
      core/CoreApp/controllers/Fullordertt.php

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

@@ -3700,7 +3700,7 @@ class Fullordersmt extends Start_Controller {
 			{
 				 echo json_encode(array('msg'=>'仓库货物验证中,请稍后再试!','success'=>false));exit;
 			}
-			if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['type'] == 5))
+			if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64 || $post['express'] == 81) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['express'] != 81 && $post['type'] == 5))
 			{
 				echo json_encode(array('msg'=>'此快递方式必须选择美国仓!','success'=>false));exit;
 			}

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

@@ -1696,7 +1696,7 @@ class Fullordertt extends Start_Controller {
 					$way += 1;
 				}
 			}
-			if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['type'] == 5))
+			if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64 || $post['express'] == 81) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['express'] != 81 && $post['type'] == 5))
 			{
 				echo json_encode(array('msg'=>'此快递方式必须选择美国仓!','success'=>false));exit;
 			}