Commit b3ee3b9b by shuhu.hou@freemud.cn

Merge branch 'feature/20200324_套餐商品组校验' into qa

parents e4aa8d08 c0600594
......@@ -353,7 +353,6 @@ public class ShoppingCartConvertAdapter {
productCombox.setSkuId(vo.getSkuId());
productCombox.setQty(vo.getQty());
productCombox.setExtra(vo.getExtra());
productCombox.setProductGroupId(Long.parseLong(vo.getProductGroupId()));
productComboList.add(productCombox);
}
}
......
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