From d80242f5c16947268088fb73dcbb699b543a448e Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 17 十月 2020 12:43:02 +0800
Subject: [PATCH] 优化报表查询
---
java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
index 2eb0841..fb2a25f 100644
--- a/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/report/IReportFeeMonthStatisticsInnerServiceSMO.java
@@ -57,6 +57,7 @@
* @param reportFeeMonthStatisticsDto
* @return
*/
+ @RequestMapping(value = "/queryReportFeeSummaryCount", method = RequestMethod.POST)
int queryReportFeeSummaryCount(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
/**
@@ -64,5 +65,6 @@
* @param reportFeeMonthStatisticsDto
* @return
*/
+ @RequestMapping(value = "/queryReportFeeSummary", method = RequestMethod.POST)
List<ReportFeeMonthStatisticsDto> queryReportFeeSummary(@RequestBody ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto);
}
--
Gitblit v1.8.0