|
@@ -32,7 +32,7 @@ public class StatisticsProcessor implements Processor {
|
|
List<Map<String, Object>> propertyList = propertyData.getContent();
|
|
List<Map<String, Object>> propertyList = propertyData.getContent();
|
|
List<Map<String, Object>> facilityList = facilityData.getContent();
|
|
List<Map<String, Object>> facilityList = facilityData.getContent();
|
|
Map<String, VenderStatistics> venderStatisticsMap = new HashMap<>();
|
|
Map<String, VenderStatistics> venderStatisticsMap = new HashMap<>();
|
|
- Map<String, Set<String>> contracts = new HashMap<>(); // 保险商统计供应合同数目使用
|
|
|
|
|
|
+ Map<String, Set<String>> contracts = new HashMap<>(); // 供应商统计供应合同数目使用
|
|
Map<String, Set<String>> warranties = new HashMap<>(); // 保险商统计供应合同数目使用
|
|
Map<String, Set<String>> warranties = new HashMap<>(); // 保险商统计供应合同数目使用
|
|
for(int i = 0; i < propertyList.size(); ++i){
|
|
for(int i = 0; i < propertyList.size(); ++i){
|
|
Map<String, Object> singleProperty = propertyList.get(i);
|
|
Map<String, Object> singleProperty = propertyList.get(i);
|