|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | //获取当前购物车产品可用的优惠券 | 
|---|
|  |  |  | List<CouponReceiveInfoVO> usefulCoupon = wxShopCouponService.getCartVoCouponList(addShopOrderPOJO.getShopId(),notCouponuyCart); | 
|---|
|  |  |  | List<CouponReceiveInfoVO> usefulCoupon = wxShopCouponService.getCartVoCouponList(bizUser.getCompanyId(),notCouponuyCart); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //获取用户使用的优惠券 | 
|---|
|  |  |  | CouponReceiveInfoVO shopCoupon = new CouponReceiveInfoVO(); | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Integer addrId = null; | 
|---|
|  |  |  | if (shopReceiveAddress != null) { | 
|---|
|  |  |  | addrId = shopReceiveAddress.getAddrId(); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //得到订单计价说明 | 
|---|
|  |  |  | DiscountExplain discountExplain = shopOrderService.buildDiscountExplain(cartList, shopCoupon.getReceiveId(), addrId); | 
|---|
|  |  |  | DiscountExplain discountExplain = shopOrderService.buildDiscountExplain(cartList, shopCoupon.getReceiveId(), bizUser.getCompanyId()); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | AjaxResult result = new AjaxResult(AjaxResult.STATUS_SUCCESS, buyCart, buyCart.size()); | 
|---|
|  |  |  | //结算金额信息 | 
|---|