Commit b479a63e by chongfu.liang

配送费问题

parent 2bd46269
...@@ -623,7 +623,7 @@ public class AbstractListCartGoodsService implements ListCartGoodsService { ...@@ -623,7 +623,7 @@ public class AbstractListCartGoodsService implements ListCartGoodsService {
String desc = DELIVERY_DISCOUNT_DESC1; String desc = DELIVERY_DISCOUNT_DESC1;
deliveryBO.setDeliveryDiscountDesc(String.format(desc, df.format(beanDto.getThresholdAmount().doubleValue() /100) ,df.format(beanDto.getDiscountAmount().doubleValue() / 100))); deliveryBO.setDeliveryDiscountDesc(String.format(desc, df.format(beanDto.getThresholdAmount().doubleValue() /100) ,df.format(beanDto.getDiscountAmount().doubleValue() / 100)));
} }
deliveryBO.setDeliveryAmount(discountResult.getDeliveryAmount()); deliveryBO.setDeliveryAmount(calDeliveryAmount);
deliveryBO.setDiscountDeliveryAmount(discountResult.getDistributionFee()); deliveryBO.setDiscountDeliveryAmount(discountResult.getDistributionFee());
deliveryBO.setThresholdAmount(discount.getThresholdAmount()); deliveryBO.setThresholdAmount(discount.getThresholdAmount());
deliveryBO.setIsDiscountDelivery(true); deliveryBO.setIsDiscountDelivery(true);
......
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