|
@@ -290,7 +290,7 @@ public class MarkStudentServiceImpl extends ServiceImpl<MarkStudentMapper, MarkS
|
|
studentObjectiveAnswerDto.setSubNumber(q != null ? q.getSubNumber() : 0);
|
|
studentObjectiveAnswerDto.setSubNumber(q != null ? q.getSubNumber() : 0);
|
|
studentObjectiveAnswerDto.setAnswer(answer);
|
|
studentObjectiveAnswerDto.setAnswer(answer);
|
|
studentObjectiveAnswerDto.setExist(q != null && q.getTotalScore() > 0);
|
|
studentObjectiveAnswerDto.setExist(q != null && q.getTotalScore() > 0);
|
|
- studentObjectiveAnswerDto.setQuestionType(q != null && q.getQuestionType() != null ? q.getQuestionType() : "");
|
|
|
|
|
|
+ studentObjectiveAnswerDto.setQuestionType(q.getQuestionType());
|
|
answerDtoList.add(studentObjectiveAnswerDto);
|
|
answerDtoList.add(studentObjectiveAnswerDto);
|
|
|
|
|
|
if (q != null) {
|
|
if (q != null) {
|