|
@@ -85,7 +85,7 @@ public class OutletPaperStructServiceImpl implements OutletPaperStructService {
|
|
|
for (DefaultQuestionUnitWrapper questionUnitWrapper : questionWrapper.getQuestionUnitWrapperList()) {
|
|
|
int mainNumber = i + 1, subNumber = ++order;
|
|
|
|
|
|
- // if (QuestionType.FILL_UP == questionUnitWrapper.getQuestionType() || QuestionType.ESSAY == questionUnitWrapper.getQuestionType()) {
|
|
|
+ if (QuestionType.FILL_UP == questionUnitWrapper.getQuestionType() || QuestionType.ESSAY == questionUnitWrapper.getQuestionType()) {
|
|
|
// 只封装主观题信息
|
|
|
OuterQuestionBean subjectiveQuestion = new OuterQuestionBean();
|
|
|
subjectiveQuestion.setMainNumber(mainNumber);
|
|
@@ -94,7 +94,7 @@ public class OutletPaperStructServiceImpl implements OutletPaperStructService {
|
|
|
subjectiveQuestion.setTotalScore(questionUnitWrapper.getQuestionScore());
|
|
|
|
|
|
subjectiveQuestions.add(subjectiveQuestion);
|
|
|
- // }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|