@@ -852,6 +852,7 @@ public class TaUserServiceImpl implements ITaUserService {
BeanUtils.copyProperties(user, taUserVO);
taUserVO.setCommunityId(communityId);
taUserVO.setRole("游客");
+ taUserVO.setCommunityName(communities.getCommunityName());
responseBean.addSuccess(taUserVO);