From d7910b2f4789fe6c76cb104e36edb8ccbb67d25e Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期五, 23 四月 2021 11:08:39 +0800
Subject: [PATCH] 优化地爱吗
---
service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java b/service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java
old mode 100644
new mode 100755
index bc5a0cf..78675f3
--- a/service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java
+++ b/service-report/src/main/java/com/java110/report/api/ReportFeeMonthStatisticsApi.java
@@ -498,11 +498,11 @@
*
* @param communityId 灏忓尯ID
* @return
- * @serviceCode /reportFeeMonthStatistics/queryReportProficientCount
- * @path /app/reportFeeMonthStatistics/queryReportProficientCount
+ * @serviceCode /reportFeeMonthStatistics/queryReportProficient
+ * @path /app/reportFeeMonthStatistics/queryReportProficient
*/
- @RequestMapping(value = "/queryReportProficientCount", method = RequestMethod.GET)
- public ResponseEntity<String> queryReportProficientCount(@RequestParam(value = "communityId") String communityId) {
+ @RequestMapping(value = "/queryReportProficient", method = RequestMethod.GET)
+ public ResponseEntity<String> queryReportProficient(@RequestParam(value = "communityId") String communityId) {
ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto = new ReportFeeMonthStatisticsDto();
reportFeeMonthStatisticsDto.setCommunityId(communityId);
return getReportFeeMonthStatisticsBMOImpl.queryReportProficientCount(reportFeeMonthStatisticsDto);
--
Gitblit v1.8.0