Commit 6f03854b by 周晓航

订单完成 清空购物车优化

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 4e9e2986
......@@ -569,7 +569,7 @@ public class OrderServiceImpl implements Orderservice {
newShoppingCartClearDto.setOperationType(1);
// fisherman 清楚 爱马哥蛋糕预定 类型购物车 bizType = 7
newShoppingCartClearDto.setBizType(orderBean.getBizType());
shoppingCartClient.clearShoppingCart(newShoppingCartClearDto);
//shoppingCartClient.clearShoppingCart(newShoppingCartClearDto);
/**
主要 根据 ShoppingCartNewServiceImpl 次要 ShoppingCartMallServiceImpl
......
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