Commit da2a28c6 by chongfu.liang

fix

parent 071ea172
...@@ -548,7 +548,7 @@ public class AbstractApportionService implements GetShoppingCartGoodsApportionSe ...@@ -548,7 +548,7 @@ public class AbstractApportionService implements GetShoppingCartGoodsApportionSe
shoppingCartGoodsBO.setThresholdAmount(delivery.getThresholdAmount()); shoppingCartGoodsBO.setThresholdAmount(delivery.getThresholdAmount());
shoppingCartGoodsBO.setIsDiscountDelivery(delivery.getIsDiscountDelivery()); shoppingCartGoodsBO.setIsDiscountDelivery(delivery.getIsDiscountDelivery());
} }
shoppingCartGoodsBO.setProducts(cartGoodsDetailDtoList);
shoppingCartGoodsBO.setPackageAmount(packAmount); shoppingCartGoodsBO.setPackageAmount(packAmount);
shoppingCartGoodsBO.setTotalAmount(totalAmount); shoppingCartGoodsBO.setTotalAmount(totalAmount);
shoppingCartGoodsBO.setTotalDiscountAmount(totalDiscountAmount); shoppingCartGoodsBO.setTotalDiscountAmount(totalDiscountAmount);
......
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