|
@@ -635,7 +635,6 @@ public class OrderServiceImpl implements OrderService {
|
|
|
|
|
|
//提交订单完成后清理购物车(用户ID,商品ID)
|
|
|
if (StringUtils.equals("1", cartType)) {//购物车提交后清理购物车
|
|
|
-
|
|
|
for (CmOrderProduct product : orderProductList) {//循环插入数据
|
|
|
shoppingMapper.deleteCart(userId, product.getOrganizeProductID());
|
|
|
}
|