Commit e0a2d197 by ping.wu

Merge branches 'feature/20200721_麦咖啡购物车_wuping' and 'master' of…

Merge branches 'feature/20200721_麦咖啡购物车_wuping' and 'master' of http://gitlab.freemud.com/order-group-application/order-group
parents e9242e00 beb23e37
......@@ -531,6 +531,9 @@ public class ShoppingCartMCoffeeServiceImpl {
List<CartGoods> cartGoodsList = getOrderGoods(orderInfo.getResult());
String storeId = orderInfo.getResult().getStoreId();
if(StringUtils.isNotEmpty(requestVo.getShopId())){
storeId = requestVo.getShopId();
}
if (orderInfo.getResult().getOrderType() == 3 || orderInfo.getResult().getOrderType() == 4) {
menuType = "saasdelivery";
orderType = 2;
......
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