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