Commit cdb45b38 by 徐康

月享卡问题

parent 66b1d33c
......@@ -719,7 +719,7 @@ public class ShoppingCartMCoffeeServiceImpl {
}
cartGoodsList = checkCartGoods(partnerId, storeId, orderType, menuType, shoppingCartGoodsResponseVo, temList, sessionId);
if (null != monthCardProduct) {
temList.add(monthCardProduct);
cartGoodsList.add(monthCardProduct);
}
if (CollectionUtils.isNotEmpty(cartGoodsList)) {
......
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