|
|
@@ -165,14 +165,10 @@ public class ParcelServiceImpl implements IParcelService {
|
|
|
}
|
|
|
});
|
|
|
|
|
|
-
|
|
|
-
|
|
|
List<ParcelStatisticsRes.QlxzDTO> gy_qlxzStatisticsList = new ArrayList<>(); // 权利性质统计
|
|
|
List<ParcelStatisticsRes.QlxzDTO> jt_qlxzStatisticsList = new ArrayList<>(); // 权利性质统计
|
|
|
List<ParcelStatisticsRes.QlxzDTO> wz_qlxzStatisticsList = new ArrayList<>(); // 权利性质统计
|
|
|
|
|
|
-
|
|
|
-
|
|
|
//这里遍历map,然后进行统计数据;
|
|
|
if(MapUtils.isNotEmpty(qlxzGroupedByYtMap)){
|
|
|
for(Map.Entry<String, List<Zdjbxx>> entry : qlxzGroupedByYtMap.entrySet()){
|