Commit 440cc851 by 孙昱

Merge branch 'feature-yu.sun-20200915-new' into qa

parents 4b1ce258 0fe2bbba
......@@ -272,6 +272,7 @@ public interface ShoppingCartBaseService {
if (StringUtils.isNotEmpty(spuName)) {
changePriceSpu.add(spuName);
}
cartGoods.setCartGoodsUid(validaProduct.getUuid());
List<ProductBeanDTO> productList = validateResult.getFailureList().stream().map(ValiadShopProductResult::getProductType).collect(Collectors.toList());
shoppingCartAdapter.updateCartGoodsInfoNew(cartGoods, productList);
break;
......
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