Commit 75a15b59 by 缪晖

Update ShoppingCartCollageServiceImpl.java

parent 0d8dcd8c
......@@ -300,6 +300,9 @@ public class ShoppingCartCollageServiceImpl extends AbstractShoppingCartImpl imp
shoppingCartCollageResponseVo.setOriginalTotalAmount(userProducts.get(0).getOriginalTotalAmount());
shoppingCartCollageResponseVo.setTotalDiscountAmount(0L);
shoppingCartCollageResponseVo.setNewPackAmount(userProducts.get(0).getPackPrice());
shoppingCartCollageResponseVo.setProductsCount(userProducts.get(0).getProductsCount());
shoppingCartCollageResponseVo.setFullDiscount(0L);
shoppingCartCollageResponseVo.setCouponDiscount(0L);
}
return shoppingCartCollageResponseVo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment