|
|
|
@ -190,6 +190,7 @@ public class AssemblePaperDomainServiceImpl implements AssemblePaperDomainServic |
|
|
|
recordDTO.setAnswerSnapshotDTOList(buildPaperSnapshot(selectedQuestionList)); |
|
|
|
|
|
|
|
recordDTO = examRecordBaseService.saveDTO(recordDTO, ExamRecordEntity::new, ExamRecordDTO::new); |
|
|
|
recordDTO.setRemindTimePoint(taskDTO.getRemindTimePoint()); |
|
|
|
return buildExamRecordDomainService.buildDTO(recordDTO); |
|
|
|
} |
|
|
|
|
|
|
|
|