From e144b12f3cf3460bb726b5c47f91ab359f073d47 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期四, 01 六月 2023 10:02:43 +0800
Subject: [PATCH] 优化就餐
---
service-report/src/main/java/com/java110/report/statistics/impl/FeeStatisticsImpl.java | 36 ++++++++++++++++++++++++++++++++++--
1 files changed, 34 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 d8e0081..aebbbf8 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
@@ -31,6 +31,7 @@
/**
* 鏌ヨ 褰撴湀娆犺垂
+ *
* @param queryFeeStatisticsDto
* @return
*/
@@ -41,6 +42,7 @@
/**
* 鏌ヨ鎬绘瑺璐�
+ *
* @param queryStatisticsDto
* @return
*/
@@ -52,6 +54,7 @@
/**
* 鏌ヨ褰撴湀搴旀敹
+ *
* @param queryStatisticsDto
* @return
*/
@@ -61,10 +64,9 @@
}
-
-
/**
* 鏌ヨ 娆犺垂杩藉洖
+ *
* @param queryFeeStatisticsDto
* @return
*/
@@ -75,6 +77,7 @@
/**
* 鏌ヨ 棰勪氦璐圭敤
+ *
* @param queryFeeStatisticsDto
* @return
*/
@@ -85,6 +88,7 @@
/**
* 鏌ヨ 瀹炴敹璐圭敤
+ *
* @param queryFeeStatisticsDto
* @return
*/
@@ -105,6 +109,7 @@
/**
* 妤兼爧鏀惰垂鐜囦俊鎭粺璁�
+ *
* @param queryStatisticsDto
* @return
*/
@@ -115,6 +120,7 @@
/**
* 璐圭敤椤规敹璐圭巼淇℃伅缁熻
+ *
* @param queryStatisticsDto
* @return
*/
@@ -135,6 +141,7 @@
/**
* 鏌ヨ 涓氫富鏄庣粏琛�
+ *
* @param queryStatisticsDto
* @return
*/
@@ -145,6 +152,7 @@
/**
* 浼樻儬閲戦
+ *
* @param queryStatisticsDto
* @return
*/
@@ -155,6 +163,7 @@
/**
* 婊炵撼閲�
+ *
* @param queryStatisticsDto
* @return
*/
@@ -175,6 +184,7 @@
/**
* 鏌ヨ涓存椂杞︽敹鍏�
+ *
* @param queryStatisticsDto
* @return
*/
@@ -208,4 +218,26 @@
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);
+ }
+
}
--
Gitblit v1.8.0