From 10df7e29b51d6a2efacc83d870856f57d97a9b66 Mon Sep 17 00:00:00 2001
From: yanghui <2536613402@qq.com>
Date: 星期一, 24 十月 2022 13:48:24 +0800
Subject: [PATCH] #feat 修改别名

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityWestService.java |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityWestService.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityWestService.java
index 2304b76..7bb5a12 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityWestService.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityWestService.java
@@ -5,9 +5,7 @@
 import com.panzhihua.common.model.dtos.community.dpc.AddDpcDTO;
 import com.panzhihua.common.model.dtos.community.dpc.EditDpcDTO;
 import com.panzhihua.common.model.dtos.community.dpc.PageDpcDTO;
-import com.panzhihua.common.model.dtos.community.enterprise.AddEnterpriseTypeDTO;
-import com.panzhihua.common.model.dtos.community.enterprise.EditEnterpriseTypeDTO;
-import com.panzhihua.common.model.dtos.community.enterprise.PageEnterpriseTypeDTO;
+import com.panzhihua.common.model.dtos.community.enterprise.*;
 import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.scheduling.annotation.Async;
 import org.springframework.web.bind.annotation.DeleteMapping;
@@ -170,9 +168,6 @@
 import com.panzhihua.common.model.dtos.community.elder.PageElderAuthStatisticDTO;
 import com.panzhihua.common.model.dtos.community.elder.PagePensionAuthStatisticDTO;
 import com.panzhihua.common.model.dtos.community.elder.SignElderAuthStatisticDTO;
-import com.panzhihua.common.model.dtos.community.enterprise.AddEnterpriseDTO;
-import com.panzhihua.common.model.dtos.community.enterprise.EditEnterpriseDTO;
-import com.panzhihua.common.model.dtos.community.enterprise.PageEnterpriseDTO;
 import com.panzhihua.common.model.dtos.community.fms.AddFmsClassroomAdminDTO;
 import com.panzhihua.common.model.dtos.community.fms.AddFmsServiceAdminDTO;
 import com.panzhihua.common.model.dtos.community.fms.AddTeamDTO;
@@ -428,7 +423,7 @@
  * @author: huang.hongfa weixin hhf9596 qq 959656820
  * @create: 2020-12-07 15:59
  **/
-@FeignClient(name = "community")
+@FeignClient(name = "huacheng-community", contextId = "community1")
 public interface CommunityWestService {
     /**
      * 新增社区活动

--
Gitblit v1.7.1