Commit 7f0c325d by huiyang.chen

Merge branch '2020/11/2-商品券bug-huiyang' into qa

parents b0ed6274 a71aa724
...@@ -214,6 +214,7 @@ public class ShoppingCartMCoffeeServiceImpl { ...@@ -214,6 +214,7 @@ public class ShoppingCartMCoffeeServiceImpl {
vo.setSpuId(materialGoods.getSpuId()); vo.setSpuId(materialGoods.getSpuId());
vo.setCustomerCode(materialGoods.getCustomerCode()); vo.setCustomerCode(materialGoods.getCustomerCode());
vo.setGroupId(materialGoods.getGroupId()); vo.setGroupId(materialGoods.getGroupId());
materialRequestVos.add(vo);
} }
return materialRequestVos; return materialRequestVos;
} }
......
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