Commit 06b53272 by huiyang.chen

session

parent 8857545e
......@@ -329,6 +329,7 @@ public class ShoppingCartMCoffeeServiceImpl {
vo.setMenuType(menuType);
vo.setChannelType(shoppingCartInfoRequestVo.getChannelType());
vo.setAppId(appId);
vo.setSessionId(shoppingCartInfoRequestVo.getSessionId());
updateGoodsQty(vo);
//添加商品券到购物车
MCoffeeAddGoodsRequestVo requestVo =new MCoffeeAddGoodsRequestVo();
......@@ -343,6 +344,7 @@ public class ShoppingCartMCoffeeServiceImpl {
requestVo.setShopId(storeId);
requestVo.setSkuId(cartGoods.getSkuId());
requestVo.setSpuId(cartGoods.getSpuId());
requestVo.setSessionId(shoppingCartInfoRequestVo.getSessionId());
requestVo.setCouponCode(shoppingCartInfoRequestVo.getCoffeeCouponCode());
addGoods(requestVo);
}
......
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