|
@@ -262,6 +262,7 @@ public class ExportThemisPaperServiceImpl implements ExportThemisPaperService {
|
|
|
for (int j = 0; j < subQuestionsList.size(); j++) {
|
|
|
Question subQuestion = subQuestionsList.get(j);
|
|
|
ThemisQuestion subcomputerTestQuestion = new ThemisQuestion(subQuestion);
|
|
|
+ subcomputerTestQuestion.setScore(paperDetailUnit.getSubScoreList().get(j));
|
|
|
ThemisAnswerContent subthemisAnswerContent = new ThemisAnswerContent(subQuestion);
|
|
|
// 设置套题中小题题号
|
|
|
subcomputerTestQuestion.setNumber(j + 1);
|