Commit 30fdb097 by ping.wu

错误修改

parent 06ad5440
...@@ -2599,7 +2599,7 @@ public class OrderSdkAdapter { ...@@ -2599,7 +2599,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.setThirdCensusCategoryId(product.getClassificationName());
} }
if (0 != product.getTax()){ if (0 != product.getTax()){
extInfo.setTax(product.getTax()); extInfo.setTax(product.getTax());
......
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