|
|
@ -102,6 +102,7 @@ public class ObjectiveQuestionServiceImpl implements ObjectiveQuestionService {
|
|
|
|
obj.setQuestionE(e);
|
|
|
|
obj.setQuestionE(e);
|
|
|
|
obj.setAnalysis(analyze);
|
|
|
|
obj.setAnalysis(analyze);
|
|
|
|
obj.setScore(BigDecimal.valueOf(Integer.parseInt(score)));
|
|
|
|
obj.setScore(BigDecimal.valueOf(Integer.parseInt(score)));
|
|
|
|
|
|
|
|
obj.setOutline(outLine);
|
|
|
|
if (StringUtils.isNotBlank(chapterID)) {
|
|
|
|
if (StringUtils.isNotBlank(chapterID)) {
|
|
|
|
obj.setChapterId(chapterID);
|
|
|
|
obj.setChapterId(chapterID);
|
|
|
|
}
|
|
|
|
}
|
|
|
|