Commit 3f2a0c43 by xiaoer.li@freemud.com

modify:均摊

parent e20651f3
...@@ -155,7 +155,7 @@ public class BuySendPromotionService implements IPromotionService { ...@@ -155,7 +155,7 @@ public class BuySendPromotionService implements IPromotionService {
if (CollectionUtils.isNotEmpty(sendGoods1)) { if (CollectionUtils.isNotEmpty(sendGoods1)) {
ActivityCalculationDiscountResponseDto.CalculationDiscountResult.SendActivity sendActivity = sendGoods1.get(0); ActivityCalculationDiscountResponseDto.CalculationDiscountResult.SendActivity sendActivity = sendGoods1.get(0);
boolean type230 = false; boolean type230 = false;
if(ActivityTypeEnum.TYPE_230.getCode().equals(sendActivity.getActivityCode())) { if(ActivityTypeEnum.TYPE_230.getCode().toString().equals(sendActivity.getActivityCode())) {
type230 = true; type230 = true;
} }
Integer discountAmount = shoppingCartGoodsDto.getProducts() Integer discountAmount = shoppingCartGoodsDto.getProducts()
......
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