|
|
|
@ -230,13 +230,13 @@ public class OrderServiceImpl implements OrderService { |
|
|
|
|
|
|
|
//符合条件的数量
|
|
|
|
int count = goodsSourceMapper.countGoodSource(dv.getGoods_islicode(),1,ods.getSourceidentify()); |
|
|
|
info.put("count",count); |
|
|
|
gatherList.add(info); |
|
|
|
}else{ |
|
|
|
Long filesize= odsJson.getLongValue("metadataFileSize"); |
|
|
|
info.put("name",ods.getSourceName()); |
|
|
|
info.put("class",ods.getSourceType()); |
|
|
|
info.put("registerDate",odsJson.getString("registerDate")); |
|
|
|
info.put("identifier",odsJson.getString("identifier")); |
|
|
|
info.put("filesize",filesize); |
|
|
|
info.put("metadataFileFormat",odsJson.getString("metadataFileFormat")); |
|
|
|
// 资源下载地址 ,json 格式
|
|
|
|
|