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/cmd/dataReport/QueryDataReportFeeStatisticsCmd.java | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/service-report/src/main/java/com/java110/report/cmd/dataReport/QueryDataReportFeeStatisticsCmd.java b/service-report/src/main/java/com/java110/report/cmd/dataReport/QueryDataReportFeeStatisticsCmd.java
index 097a96f..7ea7753 100644
--- a/service-report/src/main/java/com/java110/report/cmd/dataReport/QueryDataReportFeeStatisticsCmd.java
+++ b/service-report/src/main/java/com/java110/report/cmd/dataReport/QueryDataReportFeeStatisticsCmd.java
@@ -143,7 +143,7 @@
// todo 鏈湀宸叉敹鎴�
queryStatisticsDto.setStartDate(monthFastDate);
queryStatisticsDto.setEndDate(monthLastDate);
- double monthReceivedRoomCount = feeStatisticsImpl.getReceivedRoomCount(queryStatisticsDto);
+ double monthReceivedRoomCount = feeStatisticsImpl.getMonthReceivedDetailCount(queryStatisticsDto);
data.put("monthReceivedRoomCount", monthReceivedRoomCount);
// todo 鏌ヨ鏀惰垂鎴�
@@ -154,8 +154,8 @@
int oweRoomCount = feeStatisticsImpl.getOweRoomCount(queryStatisticsDto);
data.put("oweRoomCount", oweRoomCount);
- // todo 宸叉敹閲戦
- double monthReceivedRoomAmount = feeStatisticsImpl.getReceivedRoomAmount(queryStatisticsDto);
+ // todo 鏈湀宸叉敹閲戦
+ double monthReceivedRoomAmount = feeStatisticsImpl.getMonthReceivedDetailAmount(queryStatisticsDto);
data.put("monthReceivedRoomAmount", monthReceivedRoomAmount);
// todo 鍓╀綑鏈敹
double curMonthOweFee = feeStatisticsImpl.getCurMonthOweFee(queryStatisticsDto);
@@ -167,17 +167,17 @@
double curReceivableFee = feeStatisticsImpl.getCurReceivableFee(queryStatisticsDto);
data.put("curReceivableFee", curReceivableFee);
- //todo 鏌ヨ 娆犺垂杩藉洖
- queryStatisticsDto.setStartDate(monthFastDate);
- queryStatisticsDto.setEndDate(monthLastDate);
- double hisReceivedFee = feeStatisticsImpl.getHisReceivedFee(queryStatisticsDto);
- data.put("hisReceivedFee", hisReceivedFee);
-
- //todo 鏌ヨ 棰勪氦璐圭敤
- queryStatisticsDto.setStartDate(monthFastDate);
- queryStatisticsDto.setEndDate(monthLastDate);
- double preReceivedFee = feeStatisticsImpl.getPreReceivedFee(queryStatisticsDto);
- data.put("preReceivedFee", preReceivedFee);
+// //todo 鏌ヨ 娆犺垂杩藉洖
+// queryStatisticsDto.setStartDate(monthFastDate);
+// queryStatisticsDto.setEndDate(monthLastDate);
+// double hisReceivedFee = feeStatisticsImpl.getHisReceivedFee(queryStatisticsDto);
+// data.put("hisReceivedFee", hisReceivedFee);
+//
+// //todo 鏌ヨ 棰勪氦璐圭敤
+// queryStatisticsDto.setStartDate(monthFastDate);
+// queryStatisticsDto.setEndDate(monthLastDate);
+// double preReceivedFee = feeStatisticsImpl.getPreReceivedFee(queryStatisticsDto);
+// data.put("preReceivedFee", preReceivedFee);
datas.add(data);
--
Gitblit v1.8.0