Commit c2cb2681 by 姜海波

普罗米修斯

parent 036e0640
...@@ -1010,6 +1010,11 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -1010,6 +1010,11 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
// shoppingCartGoodsResponseVo.setThresholdAmount(discount.get().getThresholdAmount()); // shoppingCartGoodsResponseVo.setThresholdAmount(discount.get().getThresholdAmount());
shoppingCartGoodsResponseVo.setIsDiscountDelivery(false); shoppingCartGoodsResponseVo.setIsDiscountDelivery(false);
} }
}else{
shoppingCartGoodsResponseVo.setDeliveryAmount(calculationDiscountResult.getDeliveryAmount());
shoppingCartGoodsResponseVo.setDiscountDeliveryAmount(calculationDiscountResult.getDeliveryAmount());
// shoppingCartGoodsResponseVo.setThresholdAmount(discount.get().getThresholdAmount());
shoppingCartGoodsResponseVo.setIsDiscountDelivery(false);
} }
} }
......
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