From 696fb59e8e88162e5c21ceeb7794853216d413db Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期五, 17 三月 2023 01:01:55 +0800
Subject: [PATCH] 加入物品流程功能

---
 java110-interface/src/main/java/com/java110/intf/report/IReportFeeYearCollectionInnerServiceSMO.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java110-interface/src/main/java/com/java110/intf/report/IReportFeeYearCollectionInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/report/IReportFeeYearCollectionInnerServiceSMO.java
index 0c85f1d..c313c60 100755
--- a/java110-interface/src/main/java/com/java110/intf/report/IReportFeeYearCollectionInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/report/IReportFeeYearCollectionInnerServiceSMO.java
@@ -19,7 +19,7 @@
  * @Version 1.0
  * add by wuxw 2019/4/24
  **/
-@FeignClient(name = "report-service", configuration = {FeignConfiguration.class})
+@FeignClient(name = "${java110.report-service}", configuration = {FeignConfiguration.class})
 @RequestMapping("/reportFeeYearCollectionApi")
 public interface IReportFeeYearCollectionInnerServiceSMO {
 
@@ -52,7 +52,7 @@
     @RequestMapping(value = "/queryReportFeeYearCollectionsCount", method = RequestMethod.POST)
     int queryReportFeeYearCollectionsCount(@RequestBody ReportFeeYearCollectionDto reportFeeYearCollectionDto);
 
-    @RequestMapping(value = "/queryReportFeeYearCollectionsCount", method = RequestMethod.POST)
+    @RequestMapping(value = "/getReportFeeYearCollectionInfo", method = RequestMethod.POST)
     List<Map> getReportFeeYearCollectionInfo(@RequestBody Map beanCovertMap);
 
     @RequestMapping(value = "/saveReportFeeYearCollectionInfo", method = RequestMethod.POST)

--
Gitblit v1.8.0