|
|
@ -927,6 +927,8 @@ public class HouseServiceImpl implements HouseService, ResultDataResolver { |
|
|
|
houseDTO.setOrgId(id); |
|
|
|
houseList.add(houseChart(houseDTO)); |
|
|
|
} |
|
|
|
//start 2022.11.17需求:http://zentao.elinkservice.cn/story-view-718.html
|
|
|
|
//原来饼图是:居民总数、常住人口数、流动人口数 后改为下面的人户状况饼图,后面如果所有客户都上线了,就把第2步的查询注释掉。
|
|
|
|
//2.直属下级列表的居民数据
|
|
|
|
UserChartFormDTO userDTO = new UserChartFormDTO(); |
|
|
|
userDTO.setOrgType(orgType); |
|
|
@ -935,6 +937,8 @@ public class HouseServiceImpl implements HouseService, ResultDataResolver { |
|
|
|
if (!userResult.success()) { |
|
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), "获取居民人房统计数据失败" + userResult.getInternalMsg(), userResult.getMsg()); |
|
|
|
} |
|
|
|
//end
|
|
|
|
//3.居民总数、人户一致、人在户不在、户在人不在,没填写是暂不清楚
|
|
|
|
RHZKStatisticsFormDTO rhzkStatisticsFormDTO = new RHZKStatisticsFormDTO(); |
|
|
|
rhzkStatisticsFormDTO.setOrgIds(idList); |
|
|
|
rhzkStatisticsFormDTO.setOrgType(orgType); |
|
|
|