|
|
|
@ -73,6 +73,7 @@ public class SearchTaskDomainServiceImpl implements SearchTaskDomainService { |
|
|
|
return userDTO; |
|
|
|
}).toList(); |
|
|
|
dto.setParticipantUserDTOList(participantUserDTOList); |
|
|
|
dto.setParticipantUserIdList(participantUserDTOList.stream().map(UserDTO::getId).toList()); |
|
|
|
dto.setTotalQuestionNum(dto.getSingleChoiceNum() + dto.getMultipleChoiceNum() + dto.getTrueFalseNum()); |
|
|
|
return dto; |
|
|
|
} |
|
|
|
|