UserService/src/main/java/com/java110/user/smo/impl/OrgInnerServiceSMOImpl.java
@@ -57,7 +57,7 @@ List<OrgDto> orgs = BeanConvertUtil.covertBeanList(orgServiceDaoImpl.getOrgInfo(BeanConvertUtil.beanCovertMap(orgDto)), OrgDto.class); String[] communityIds = getCommunityIds(orgs); if (communityIds == null || communityIds.length < 0) { if (communityIds == null || communityIds.length < 1) { return orgs; } CommunityDto communityDto = new CommunityDto();