| | |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getOweFeeByFloor(queryStatisticsDto); |
| | | } |
| | | |
| | | /** |
| | | * 计算对象欠费明细 |
| | | * |
| | | * @param queryStatisticsDto |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<Map> getObjOweFee(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getObjOweFee(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public long getReceivedRoomCount(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getReceivedRoomCount(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public double getReceivedRoomAmount(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getReceivedRoomAmount(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public long getHisOweReceivedRoomCount(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getHisOweReceivedRoomCount(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public double getHisOweReceivedRoomAmount(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getHisOweReceivedRoomAmount(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map> getObjReceivedFee(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getObjReceivedFee(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public long getMonthReceivedDetailCount(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getMonthReceivedDetailCount(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map> getMonthReceivedDetailInfo(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getMonthReceivedDetailInfo(queryStatisticsDto); |
| | | } |
| | | @Override |
| | | public long getMonthOweDetailCount(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getMonthOweDetailCount(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map> getMonthOweDetailInfo(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getMonthOweDetailInfo(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public double getMonthOweDetailAmount(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getMonthOweDetailAmount(queryStatisticsDto); |
| | | } |
| | | |
| | | @Override |
| | | public double getMonthReceivedDetailAmount(QueryStatisticsDto queryStatisticsDto) { |
| | | return reportFeeStatisticsInnerServiceSMOImpl.getMonthReceivedDetailAmount(queryStatisticsDto); |
| | | } |
| | | } |