Commit 76dc9ed1 by xiaoer.li@freemud.com

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

parents 900f0798 7671da23
...@@ -2544,10 +2544,10 @@ public class OrderSdkAdapter { ...@@ -2544,10 +2544,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