|  | @@ -83,6 +83,7 @@ public class OrderController {
 | 
	
		
			
				|  |  |              throw new GlobalException("用户信息不存在...");
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          CullenUtils.validateDataThrowException(user.getChannelId()==null,"不支持非企业用户购买...");
 | 
	
		
			
				|  |  | +        CullenUtils.validateDataThrowException(user.getStatus().equals(0),"不支持非企业用户购买...");
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          if (orderParam.getOrderItem() == null) {
 | 
	
		
			
				|  |  |              orderParam.getBasketIds().forEach(basketId -> {
 |