Commit caf094dc by 缪晖

Update ShoppingCartCollageServiceImpl.java

parent 0889273c
...@@ -300,6 +300,9 @@ public class ShoppingCartCollageServiceImpl extends AbstractShoppingCartImpl imp ...@@ -300,6 +300,9 @@ public class ShoppingCartCollageServiceImpl extends AbstractShoppingCartImpl imp
shoppingCartCollageResponseVo.setOriginalTotalAmount(userProducts.get(0).getOriginalTotalAmount()); shoppingCartCollageResponseVo.setOriginalTotalAmount(userProducts.get(0).getOriginalTotalAmount());
shoppingCartCollageResponseVo.setTotalDiscountAmount(0L); shoppingCartCollageResponseVo.setTotalDiscountAmount(0L);
shoppingCartCollageResponseVo.setNewPackAmount(userProducts.get(0).getPackPrice()); shoppingCartCollageResponseVo.setNewPackAmount(userProducts.get(0).getPackPrice());
shoppingCartCollageResponseVo.setProductsCount(userProducts.get(0).getProductsCount());
shoppingCartCollageResponseVo.setFullDiscount(0L);
shoppingCartCollageResponseVo.setCouponDiscount(0L);
} }
return shoppingCartCollageResponseVo; 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