From 212aa4ae1f54fe4d3e51b9695224f9f86cd1bd22 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 11 七月 2023 10:58:48 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 service-report/src/main/java/com/java110/report/statistics/impl/FeeStatisticsImpl.java |  218 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 216 insertions(+), 2 deletions(-)

diff --git a/service-report/src/main/java/com/java110/report/statistics/impl/FeeStatisticsImpl.java b/service-report/src/main/java/com/java110/report/statistics/impl/FeeStatisticsImpl.java
index 99c88dc..9cb3082 100644
--- a/service-report/src/main/java/com/java110/report/statistics/impl/FeeStatisticsImpl.java
+++ b/service-report/src/main/java/com/java110/report/statistics/impl/FeeStatisticsImpl.java
@@ -6,6 +6,9 @@
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
 
+import java.util.List;
+import java.util.Map;
+
 /**
  * 鍩虹鎶ヨ〃缁熻 瀹炵幇绫�
  */
@@ -28,6 +31,7 @@
 
     /**
      * 鏌ヨ 褰撴湀娆犺垂
+     *
      * @param queryFeeStatisticsDto
      * @return
      */
@@ -36,9 +40,21 @@
         return reportFeeStatisticsInnerServiceSMOImpl.getCurMonthOweFee(queryFeeStatisticsDto);
     }
 
+    /**
+     * 鏌ヨ鎬绘瑺璐�
+     *
+     * @param queryStatisticsDto
+     * @return
+     */
+    @Override
+    public double getOweFee(QueryStatisticsDto queryStatisticsDto) {
+        return reportFeeStatisticsInnerServiceSMOImpl.getOweFee(queryStatisticsDto);
+    }
+
 
     /**
      * 鏌ヨ褰撴湀搴旀敹
+     *
      * @param queryStatisticsDto
      * @return
      */
@@ -48,10 +64,9 @@
     }
 
 
-
-
     /**
      * 鏌ヨ 娆犺垂杩藉洖
+     *
      * @param queryFeeStatisticsDto
      * @return
      */
@@ -62,6 +77,7 @@
 
     /**
      * 鏌ヨ 棰勪氦璐圭敤
+     *
      * @param queryFeeStatisticsDto
      * @return
      */
@@ -72,6 +88,7 @@
 
     /**
      * 鏌ヨ 瀹炴敹璐圭敤
+     *
      * @param queryFeeStatisticsDto
      * @return
      */
@@ -90,4 +107,201 @@
         return reportFeeStatisticsInnerServiceSMOImpl.getFeeRoomCount(queryStatisticsDto);
     }
 
+    /**
+     * 妤兼爧鏀惰垂鐜囦俊鎭粺璁�
+     *
+     * @param queryStatisticsDto
+     * @return
+     */
+    @Override
+    public List<Map> getFloorFeeSummary(QueryStatisticsDto queryStatisticsDto) {
+        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);
+    }
+
+    /**
+     * 浼樻儬閲戦
+     *
+     * @param queryStatisticsDto
+     * @return
+     */
+    @Override
+    public double getDiscountFee(QueryStatisticsDto queryStatisticsDto) {
+        return reportFeeStatisticsInnerServiceSMOImpl.getDiscountFee(queryStatisticsDto);
+    }
+
+    /**
+     * 婊炵撼閲�
+     *
+     * @param queryStatisticsDto
+     * @return
+     */
+    @Override
+    public double getLateFee(QueryStatisticsDto queryStatisticsDto) {
+        return reportFeeStatisticsInnerServiceSMOImpl.getLateFee(queryStatisticsDto);
+    }
+
+    @Override
+    public double getPrestoreAccount(QueryStatisticsDto queryStatisticsDto) {
+        return reportFeeStatisticsInnerServiceSMOImpl.getPrestoreAccount(queryStatisticsDto);
+    }
+
+    @Override
+    public double getWithholdAccount(QueryStatisticsDto queryStatisticsDto) {
+        return reportFeeStatisticsInnerServiceSMOImpl.getWithholdAccount(queryStatisticsDto);
+    }
+
+    /**
+     * 鏌ヨ涓存椂杞︽敹鍏�
+     *
+     * @param queryStatisticsDto
+     * @return
+     */
+    @Override
+    public double getTempCarFee(QueryStatisticsDto queryStatisticsDto) {
+        return reportFeeStatisticsInnerServiceSMOImpl.getTempCarFee(queryStatisticsDto);
+    }
+
+    @Override
+    public double geRefundDeposit(QueryStatisticsDto queryStatisticsDto) {
+        return reportFeeStatisticsInnerServiceSMOImpl.geRefundDeposit(queryStatisticsDto);
+    }
+
+    @Override
+    public double geRefundOrderCount(QueryStatisticsDto queryStatisticsDto) {
+        return reportFeeStatisticsInnerServiceSMOImpl.geRefundOrderCount(queryStatisticsDto);
+    }
+
+    @Override
+    public double geRefundFee(QueryStatisticsDto queryStatisticsDto) {
+        return reportFeeStatisticsInnerServiceSMOImpl.geRefundFee(queryStatisticsDto);
+    }
+
+    @Override
+    public double getChargeFee(QueryStatisticsDto queryStatisticsDto) {
+        return reportFeeStatisticsInnerServiceSMOImpl.getChargeFee(queryStatisticsDto);
+    }
+
+    @Override
+    public List<Map> getReceivedFeeByFloor(QueryStatisticsDto queryStatisticsDto) {
+        return reportFeeStatisticsInnerServiceSMOImpl.getReceivedFeeByFloor(queryStatisticsDto);
+    }
+
+    /**
+     * 鏀舵鏂瑰紡缁熻
+     *
+     * @param queryStatisticsDto
+     * @return
+     */
+    @Override
+    public List<Map> getReceivedFeeByPrimeRate(QueryStatisticsDto queryStatisticsDto) {
+        return reportFeeStatisticsInnerServiceSMOImpl.getReceivedFeeByPrimeRate(queryStatisticsDto);
+    }
+
+    /**
+     * 鏍规嵁妤兼爧鏌ヨ娆犺垂淇℃伅
+     *
+     * @param queryStatisticsDto
+     * @return
+     */
+    @Override
+    public List<Map> getOweFeeByFloor(QueryStatisticsDto queryStatisticsDto) {
+        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);
+    }
 }

--
Gitblit v1.8.0