From b8e7bb1791ff41be5ee8150cc46af082d7444a65 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期三, 31 五月 2023 01:02:29 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

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

diff --git a/java110-interface/src/main/java/com/java110/intf/report/IReportInfoBackCityInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/report/IReportInfoBackCityInnerServiceSMO.java
index 0201573..34fee2b 100644
--- a/java110-interface/src/main/java/com/java110/intf/report/IReportInfoBackCityInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/report/IReportInfoBackCityInnerServiceSMO.java
@@ -1,7 +1,7 @@
 package com.java110.intf.report;
 
 import com.java110.config.feign.FeignConfiguration;
-import com.java110.dto.reportInfoBackCity.ReportInfoBackCityDto;
+import com.java110.dto.reportInfoAnswer.ReportInfoBackCityDto;
 import com.java110.po.reportInfoBackCity.ReportInfoBackCityPo;
 import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.web.bind.annotation.RequestBody;
@@ -18,7 +18,7 @@
  * @Version 1.0
  * add by wuxw 2019/4/24
  **/
-@FeignClient(name = "${java110.report-service}", configuration = {FeignConfiguration.class})
+@FeignClient(name = "report-service", configuration = {FeignConfiguration.class})
 @RequestMapping("/reportInfoBackCityApi")
 public interface IReportInfoBackCityInnerServiceSMO {
 

--
Gitblit v1.8.0