165166167168169170171
if (user == null) { user = new UserEntity(Messages.get("not_found"), Messages.get("not_found"), Messages.get("not_found"), UserRole.USER); } return new UserVO(user); }