Commit 7671da23 by xiaoer.li@freemud.com

fix:isStaple

parent 04c7e86b
...@@ -2504,10 +2504,10 @@ public class OrderSdkAdapter { ...@@ -2504,10 +2504,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