| | |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getFloorFeeSummary(queryStatisticsDto); |
| | | } |
| | | |
| | | /** |
| | | * 费用项收费率信息统计 |
| | | * @param queryStatisticsDto |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<Map> getConfigFeeSummary(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getConfigFeeSummary(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public int getObjFeeSummaryCount(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getObjFeeSummaryCount(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map> getObjFeeSummary(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getObjFeeSummary(queryStatisticsDto); |
| | | } |
| | | |
| | | /** |
| | | * 查询 业主明细表 |
| | | * @param queryStatisticsDto |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<Map> getOwnerFeeSummary(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getOwnerFeeSummary(queryStatisticsDto); |
| | | } |
| | | |
| | | } |