Commit de7030af by xiaoer.li@freemud.com

fix:减少无效字符的设置

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