Commit a71aa724 by huiyang.chen

fix 新增加料信息

parent 72c21db0
......@@ -213,6 +213,7 @@ public class ShoppingCartMCoffeeServiceImpl {
vo.setSpuId(materialGoods.getSpuId());
vo.setCustomerCode(materialGoods.getCustomerCode());
vo.setGroupId(materialGoods.getGroupId());
materialRequestVos.add(vo);
}
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