|
@ -152,7 +152,7 @@ public class UserServiceImpl implements UserService { |
|
|
isParty.set(true); |
|
|
isParty.set(true); |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
result.put(userId,isParty.get() == true ? NumConstant.ONE : NumConstant.ZERO); |
|
|
result.put(userId, isParty.get() ? NumConstant.ONE : NumConstant.ZERO); |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
for (String userId : userIds) { |
|
|
for (String userId : userIds) { |
|
|