Browse Source

调整属性大小写

master
xyiege 4 years ago
parent
commit
27935b4401
  1. 2
      src/main/java/cn/chjyj/szwh/utils/ApiGoodsUtils.java

2
src/main/java/cn/chjyj/szwh/utils/ApiGoodsUtils.java

@ -124,7 +124,7 @@ public class ApiGoodsUtils {
goodsDetail.setContract(json.getString("description")); goodsDetail.setContract(json.getString("description"));
//其他属性 //其他属性
String otherIdentifiers = StringUtils.isEmpty(json.getString("otherIdentifiers"))?"[]":json.getString("otherIdentifiers"); String otherIdentifiers = StringUtils.isEmpty(json.getString("otherIdentifiers"))?"[]":json.getString("otherIdentifiers");
goodsDetail.setOtheridentifiers(otherIdentifiers); goodsDetail.setOtherIdentifiers(otherIdentifiers);
// //
goodsDetail.setDataJson(nodejson.toJSONString()); goodsDetail.setDataJson(nodejson.toJSONString());
goodsDetail.setSourceJson(json.toJSONString()); goodsDetail.setSourceJson(json.toJSONString());

Loading…
Cancel
Save