Commit 40227d53 by ping.wu

错误修改

parent ec457de6
...@@ -2690,7 +2690,7 @@ public class OrderSdkAdapter { ...@@ -2690,7 +2690,7 @@ public class OrderSdkAdapter {
} }
if (StringUtils.isNotBlank(product.getClassificationId())){ if (StringUtils.isNotBlank(product.getClassificationId())){
extInfo.setThirdCensusCategoryId(product.getClassificationId()); extInfo.setThirdCensusCategoryId(product.getClassificationId());
extInfo.setThirdCensusCategoryId(product.getSetClassificationName()); extInfo.setThirdCensusCategoryName(product.getClassificationName());
} }
extInfo.setStapleFood(product.getStapleFood()); extInfo.setStapleFood(product.getStapleFood());
//if (product.getStapleFood()!=null && product.getStapleFood()>0) { //if (product.getStapleFood()!=null && product.getStapleFood()>0) {
......
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