Commit 9cbc1cc1 by xiaoer.li@freemud.com

Merge branch 'feature/new-fixbig' into qa

parents cb545df5 b303a1a8
......@@ -315,6 +315,10 @@ public class ShoppingCartAdapter {
updateComboxGoodsInfoNew(productGroup, spuProduct, false);
}
}
//0元套餐 必须选可选或是可选
if (CollectionUtils.isEmpty(cartGoods.getProductComboList()) && CollectionUtils.isEmpty(cartGoods.getProductGroupList())) {
cartGoods.setCartGoodsUid("");
}
}
//更新当前商品行价格
Long newOrigOriginalPrice = 0L;
......
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