Commit ffe2e7c3 by 周晓航

一键加购 需求 删除新购物车缓存 重新加入

parent 4a5772eb
......@@ -3054,7 +3054,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
}
});
// fisherman 删除 新门店的缓存数据 重新添加 测试 之后需要放开
//shoppingCartNewBaseService.clear(replaceGoodsRequestVo.getPartnerId(), replaceGoodsRequestVo.getShopId(), userId);
shoppingCartNewBaseService.clear(replaceGoodsRequestVo.getPartnerId(), replaceGoodsRequestVo.getShopId(), userId);
// 重新set购物车信息到缓存中
assortmentSdkService.setShoppingCart(replaceGoodsRequestVo.getPartnerId(), replaceGoodsRequestVo.getShopId(),
userId, nowCartGoodsList, replaceGoodsRequestVo.getSessionId(), null, 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