Commit d3c9806a by xiaoer.li@freemud.com

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

parents af25ffe0 422f6d53
...@@ -1175,7 +1175,6 @@ public class OrderSdkAdapter { ...@@ -1175,7 +1175,6 @@ public class OrderSdkAdapter {
data.setOrderPayItem(this.getOrderItemPayList(orderInfoReqs.getOrderPayItemCreateReqList())); data.setOrderPayItem(this.getOrderItemPayList(orderInfoReqs.getOrderPayItemCreateReqList()));
} }
data.setPayChannelType(orderInfoReqs.getPayChannelType()); data.setPayChannelType(orderInfoReqs.getPayChannelType());
data.setOrderPayItemCreateReqList(orderInfoReqs.getOrderPayItemCreateReqList());
data.setPickUpGoodsNo(orderInfoReqs.getPickUpGoodsNo()); data.setPickUpGoodsNo(orderInfoReqs.getPickUpGoodsNo());
return data; return data;
} }
......
...@@ -728,6 +728,7 @@ public class ShoppingCartConvertAdapter { ...@@ -728,6 +728,7 @@ public class ShoppingCartConvertAdapter {
//加料信息为空 //加料信息为空
if (CollectionUtils.isEmpty(spuProduct.getAdditionalGroupList())) { if (CollectionUtils.isEmpty(spuProduct.getAdditionalGroupList())) {
checkSkuMaterialProductForMccafe(cartGoods,spuProduct); checkSkuMaterialProductForMccafe(cartGoods,spuProduct);
return;
} }
//提取加料信息 //提取加料信息
List<String> materialSpu = new ArrayList<>(); List<String> materialSpu = new ArrayList<>();
......
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