Commit 680704c0 by 徐康

Merge remote-tracking branch 'origin/qa' into qa

parents 05c11caa 47737873
......@@ -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