lvhao 11 ore fa
parent
commit
000e93963e
1 ha cambiato i file con 1 aggiunte e 7 eliminazioni
  1. 1 7
      core/CoreApp/controllers/Fullordertt.php

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

@@ -1749,12 +1749,6 @@ class Fullordertt extends Start_Controller {
 			//$post['ioss'] = $this->input->post('ioss',true);
 			$post['edittime'] = time();
 			$editstate = $post['state'];
-
-			if(empty($post['express'])){
-				$post['express'] = $ud['express'];
-			}
-
-
 			/**
 			if($post['state'] == 216 && $ud['state'] != 216)
 			{
@@ -1827,7 +1821,7 @@ class Fullordertt extends Start_Controller {
 			// {
 			// 	echo json_encode(array('msg'=>"此快递方式不能美仓发货!",'success'=>false));exit;
 			// }
-			if((!in_array($post['express'],[2,63,64,81,85,86,87])) && ($post['type'] == 5)){
+			if((!in_array($post['express'],[2,63,64,81,83,85,86,87])) && ($post['type'] == 5)){
 				echo json_encode(array('msg'=>'此快递方式不能美仓发货!','success'=>false));exit;
 			}
 			$express = $this->express->read($post['express']);