|
|
@@ -622,7 +622,7 @@ public class StorageServiceImpl {
|
|
|
private List<ProjectSupplyRes> buildMethodStatistics(String year) {
|
|
|
List<Map<String, Object>> planStats = gjShouchuJihuaMapper.getPlanStatsByMethod(year);
|
|
|
List<Map<String, Object>> completeStats = gjShijiShouchuMapper.getCompleteStatsByMethod(year);
|
|
|
- String[] category = {"征收","收回","收购","其他"};
|
|
|
+ String[] category = {"征收","征地","收回","收购","其他"};
|
|
|
List<ProjectSupplyRes> res = new ArrayList<>();
|
|
|
for(String cate : category){
|
|
|
ProjectSupplyRes item = new ProjectSupplyRes();
|