Commit c181274e by xiaoer.li@freemud.com

Merge remote-tracking branch 'remotes/origin/feature/促销算价基于最新master的分支' into qa

parents 4a4298ef 128c0cd3
...@@ -114,7 +114,7 @@ public class FullSharingService { ...@@ -114,7 +114,7 @@ public class FullSharingService {
//可选商品 //可选商品
if (CollectionUtils.isNotEmpty(cart.getProductGroupList())) { if (CollectionUtils.isNotEmpty(cart.getProductGroupList())) {
List<CalculationSharingDiscountResponseDto.CalculationDiscountResult.Goods.SmallMaterial> materialDiscount = discountMap.getSmallMaterial(); List<CalculationSharingDiscountResponseDto.CalculationDiscountResult.Goods.SmallMaterial> materialDiscount = discountMap.getSmallMaterial();
HashMap<String, Long> mDiscount = drawnFullDiscount(materialDiscount, typeEnums,1); HashMap<String, Long> mDiscount = drawnFullDiscount(materialDiscount, typeEnums, 2);
if (!mDiscount.isEmpty()) continue; if (!mDiscount.isEmpty()) continue;
for (CartGoods.ComboxGoods com : cart.getProductGroupList()) { for (CartGoods.ComboxGoods com : cart.getProductGroupList()) {
Long md = mDiscount.get(com.getGoodsId()); Long md = mDiscount.get(com.getGoodsId());
......
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