Commit 9fa5c7ae by 孙昱

sunyu::update::fix bug about addGoods

parent 7cf1e357
......@@ -164,7 +164,7 @@ public class ShoppingCartMCoffeeServiceImpl {
productIds.add(Long.parseLong(goodsId));
List<ProductBeanDTO> productBeanListSpuClass = null;
// 获取添加商品的详细信息
if (StringUtils.equals("9999",addShoppingCartGoodsRequestVo.getSkuId())) {
if (!StringUtils.equals("9999",addShoppingCartGoodsRequestVo.getSkuId())) {
productBeanListSpuClass = assortmentSdkService.getProductsInfoSdk(partnerId, storeId, Collections.singletonList(spuId2), menuType, this.shoppingCartBaseService);
}
......
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