From 0e0e1f080d4a986ca75cde7cf5d23b2f8539fb10 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 17 五月 2023 12:25:35 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

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

diff --git a/java110-interface/src/main/java/com/java110/intf/report/IReportInfoSettingTitleInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/report/IReportInfoSettingTitleInnerServiceSMO.java
index 30ee8b8..32e7d95 100644
--- a/java110-interface/src/main/java/com/java110/intf/report/IReportInfoSettingTitleInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/report/IReportInfoSettingTitleInnerServiceSMO.java
@@ -1,7 +1,7 @@
 package com.java110.intf.report;
 
 import com.java110.config.feign.FeignConfiguration;
-import com.java110.dto.reportInfoSettingTitle.ReportInfoSettingTitleDto;
+import com.java110.dto.reportInfoSetting.ReportInfoSettingTitleDto;
 import com.java110.po.reportInfoSettingTitle.ReportInfoSettingTitlePo;
 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.community-service}", configuration = {FeignConfiguration.class})
+@FeignClient(name = "community-service", configuration = {FeignConfiguration.class})
 @RequestMapping("/reportInfoSettingTitleApi")
 public interface IReportInfoSettingTitleInnerServiceSMO {
 

--
Gitblit v1.8.0