修改批量导入接口

master
xiaoCJ 4 months ago
parent ad36bd7dfc
commit 9e1c2ef719

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

Loading…
Cancel
Save