| | |
| | | |
| | | |
| | | /** |
| | | * 查询当月应收 |
| | | * @param queryStatisticsDto |
| | | * @return |
| | | */ |
| | | @Override |
| | | public double getCurReceivableFee(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getCurReceivableFee(queryStatisticsDto); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 查询 欠费追回 |
| | | * @param queryFeeStatisticsDto |
| | | * @return |
| | |
| | | public int getOweRoomCount(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getOweRoomCount(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public long getFeeRoomCount(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getFeeRoomCount(queryStatisticsDto); |
| | | } |
| | | |
| | | } |