|  | @@ -305,7 +305,6 @@ public class DuserServiceImpl implements DuserService {
 | 
	
		
			
				|  |  |              duserRespVO.setAvatar(memberUserService.getUser(duserRespVO.getUserId()).getAvatar());
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              SocialStatusDO socialStatus = socialStatusService.getSocialStatus(duserRespVO.getSocialStatusId());
 | 
	
		
			
				|  |  | -            System.out.println(socialStatus.toString());
 | 
	
		
			
				|  |  |              if(socialStatus != null) {
 | 
	
		
			
				|  |  |                  duserRespVO.setSocialStatusLevel(socialStatus.getLevel());
 | 
	
		
			
				|  |  |                  duserRespVO.setSocialStatusLevelName(socialStatus.getName());
 |