Commit fef17012 by 谌会阳

Revert "fix 新增加料信息"

This reverts commit a71aa724
parent 25ae4c32
...@@ -214,7 +214,6 @@ public class ShoppingCartMCoffeeServiceImpl { ...@@ -214,7 +214,6 @@ 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