Просмотр исходного кода

加入根据员工所属部门对应的小区加载相应小区信息

wuxw лет назад: 6
Родитель
Сommit
03879e97ed

+ 2 - 2
WebService/src/main/java/com/java110/web/smo/community/impl/ListListMyEnteredCommunitysSMOImpl.java

@@ -22,8 +22,8 @@ import java.util.Map;
 /**
  * 查询community服务类
  */
-@Service("listCommunitysSMOImpl")
-public class ListListMyEnteredCommunitysSMOImpl extends AbstractComponentSMO implements IListMyEnteredCommunitysSMO {
+@Service("listMyEnteredCommunitysSMOImpl")
+public class ListMyEnteredCommunitysSMOImpl extends AbstractComponentSMO implements IListMyEnteredCommunitysSMO {
 
     @Autowired
     private RestTemplate restTemplate;