Commit 422f6d53 by zhiheng.zhang

Merge remote-tracking branch 'origin/qa' into qa

parents a14752d0 97e4d55d
...@@ -728,6 +728,7 @@ public class ShoppingCartConvertAdapter { ...@@ -728,6 +728,7 @@ public class ShoppingCartConvertAdapter {
//加料信息为空 //加料信息为空
if (CollectionUtils.isEmpty(spuProduct.getAdditionalGroupList())) { if (CollectionUtils.isEmpty(spuProduct.getAdditionalGroupList())) {
checkSkuMaterialProductForMccafe(cartGoods,spuProduct); checkSkuMaterialProductForMccafe(cartGoods,spuProduct);
return;
} }
//提取加料信息 //提取加料信息
List<String> materialSpu = new ArrayList<>(); List<String> materialSpu = new ArrayList<>();
......
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