From a20310f135ebf1c8ccff2b619f3eff3d704436a0 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期四, 08 十二月 2022 13:12:03 +0800
Subject: [PATCH] Merge branch 'xinghong-dev' of http://git.homecommunity.cn/supervip/MicroCommunity

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

diff --git a/java110-interface/src/main/java/com/java110/intf/community/IInspectionRouteInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/community/IInspectionRouteInnerServiceSMO.java
old mode 100644
new mode 100755
index 856a769..893d876
--- a/java110-interface/src/main/java/com/java110/intf/community/IInspectionRouteInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/community/IInspectionRouteInnerServiceSMO.java
@@ -1,7 +1,7 @@
 package com.java110.intf.community;
 
 import com.java110.config.feign.FeignConfiguration;
-import com.java110.dto.inspectionRoute.InspectionRouteDto;
+import com.java110.dto.inspectionPlan.InspectionRouteDto;
 import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
@@ -17,7 +17,7 @@
  * @Version 1.0
  * add by wuxw 2019/4/24
  **/
-@FeignClient(name = "community-service", configuration = {FeignConfiguration.class})
+@FeignClient(name = "${java110.community-service}", configuration = {FeignConfiguration.class})
 @RequestMapping("/inspectionRouteApi")
 public interface IInspectionRouteInnerServiceSMO {
 

--
Gitblit v1.8.0