Commit 97e4d55d by 孙昱

Merge branch 'feature/20201125_多规格商品下添加单规格商品_yu.sun' into qa

parents b67f0944 45acdbb8
......@@ -728,6 +728,7 @@ public class ShoppingCartConvertAdapter {
//加料信息为空
if (CollectionUtils.isEmpty(spuProduct.getAdditionalGroupList())) {
checkSkuMaterialProductForMccafe(cartGoods,spuProduct);
return;
}
//提取加料信息
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