|  | @@ -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;
 | 
	
		
			
				|  |  |  			}
 |