From 03879e97ed496b2f15a6a1b9561b682f97eb5af4 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 22 十二月 2019 02:01:04 +0800
Subject: [PATCH] 加入根据员工所属部门对应的小区加载相应小区信息

---
 WebService/src/main/java/com/java110/web/smo/community/impl/ListMyEnteredCommunitysSMOImpl.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/java/com/java110/web/smo/community/impl/ListListMyEnteredCommunitysSMOImpl.java b/WebService/src/main/java/com/java110/web/smo/community/impl/ListMyEnteredCommunitysSMOImpl.java
similarity index 93%
rename from WebService/src/main/java/com/java110/web/smo/community/impl/ListListMyEnteredCommunitysSMOImpl.java
rename to WebService/src/main/java/com/java110/web/smo/community/impl/ListMyEnteredCommunitysSMOImpl.java
index b7c4281..55b3156 100644
--- a/WebService/src/main/java/com/java110/web/smo/community/impl/ListListMyEnteredCommunitysSMOImpl.java
+++ b/WebService/src/main/java/com/java110/web/smo/community/impl/ListMyEnteredCommunitysSMOImpl.java
@@ -22,8 +22,8 @@
 /**
  * 鏌ヨcommunity鏈嶅姟绫�
  */
-@Service("listCommunitysSMOImpl")
-public class ListListMyEnteredCommunitysSMOImpl extends AbstractComponentSMO implements IListMyEnteredCommunitysSMO {
+@Service("listMyEnteredCommunitysSMOImpl")
+public class ListMyEnteredCommunitysSMOImpl extends AbstractComponentSMO implements IListMyEnteredCommunitysSMO {
 
     @Autowired
     private RestTemplate restTemplate;

--
Gitblit v1.8.0