|  | @@ -176,6 +176,7 @@ public class OmsPortalOrderServiceImpl implements OmsPortalOrderService {
 | 
	
		
			
				|  |  |              orderItem.setGiftIntegration(cartPromotionItem.getIntegration());
 | 
	
		
			
				|  |  |              orderItem.setGiftGrowth(cartPromotionItem.getGrowth());
 | 
	
		
			
				|  |  |              orderItem.setPromoterId(cartPromotionItem.getPromoterId());
 | 
	
		
			
				|  |  | +            orderItem.setPrecisionAmount(BigDecimal.ZERO);
 | 
	
		
			
				|  |  |              orderItemList.add(orderItem);
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          //判断购物车中商品是否都有库存
 |