|
|
@ -265,6 +265,7 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
info.put("class",gs.getSourceType()); |
|
|
info.put("class",gs.getSourceType()); |
|
|
info.put("registerDate",sdjson.getString("registerDate")); |
|
|
info.put("registerDate",sdjson.getString("registerDate")); |
|
|
info.put("filesize",filesize); |
|
|
info.put("filesize",filesize); |
|
|
|
|
|
info.put("identifier",sdjson.getString("identifier")); |
|
|
info.put("metadataFileFormat",sdjson.getString("metadataFileFormat")); |
|
|
info.put("metadataFileFormat",sdjson.getString("metadataFileFormat")); |
|
|
oneSource.add(info); |
|
|
oneSource.add(info); |
|
|
} |
|
|
} |
|
|
|