Commit 89b153ab by 缪晖

Update BuySendPromotionService.java

parent e53453ce
......@@ -248,9 +248,6 @@ public class BuySendPromotionService implements IPromotionService {
}
}
ActivityCalculationDiscountResponseDto.CalculationDiscountResult.SendActivity.SendGoods sendGoods = sendGoodsMap.get(cartGood.getGoodsId());
if (cartGood.getCartGoodsUid().equals(sendGoods.getOriginalGoodsUid())) {
return;
}
String s = currentSubName(cartGood);
CartGoods newCartGoods = shoppingCartConvertAdapter.convent2CartGoods(cartGood, sendGoods.getNowPrice());
newCartGoods.setOriginalGoodsUid(sendGoods.getOriginalGoodsUid());
......
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