Exemple #1
0
 @Override
 public List<UserDto> apply(@Nonnull List<String> partitionOfLogins) {
   return mapper.selectByLogins(partitionOfLogins);
 }