Commit b50aec9d by xiaoer.li@freemud.com

Merge remote-tracking branch 'remotes/origin/feature/套餐固定商品主食标识_1.9.19' into develop

parents 15623dc9 de7030af
...@@ -2536,10 +2536,10 @@ public class OrderSdkAdapter { ...@@ -2536,10 +2536,10 @@ public class OrderSdkAdapter {
extInfo.setThirdCategoryId(product.getThirdCategoryId()); extInfo.setThirdCategoryId(product.getThirdCategoryId());
} }
extInfo.setStapleFood(product.getStapleFood()); //extInfo.setStapleFood(product.getStapleFood());
//if (product.getStapleFood()!=null && product.getStapleFood()>0) { if (product.getStapleFood()!=null && product.getStapleFood()>0) {
// extInfo.setStapleFood(1); extInfo.setStapleFood(1);
//} }
// todo 订单行扩展字段商品组 // todo 订单行扩展字段商品组
extInfo.setProductGroupList(product.getProductGroupList()); extInfo.setProductGroupList(product.getProductGroupList());
......
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