Commit a821aeee by 孙昱

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

parents 50248c8e af7f801e
...@@ -274,6 +274,7 @@ public interface ShoppingCartBaseService { ...@@ -274,6 +274,7 @@ public interface ShoppingCartBaseService {
} }
List<ProductBeanDTO> productList = validateResult.getFailureList().stream().map(ValiadShopProductResult::getProductType).collect(Collectors.toList()); List<ProductBeanDTO> productList = validateResult.getFailureList().stream().map(ValiadShopProductResult::getProductType).collect(Collectors.toList());
shoppingCartAdapter.updateCartGoodsInfoNew(cartGoods, productList); 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