bug fix
parent
df2d0a4399
commit
a7b7764283
|
|
@ -258,7 +258,6 @@ public class PaperServiceImpl extends ServiceImpl<PaperMapper, PaperDO> implemen
|
|||
|
||||
List<QuestionDO> questions = parseResult.getQuestions();
|
||||
// 绑定试卷试题(含试题号)
|
||||
LocalDateTime now = LocalDateTime.now();
|
||||
List<PaperQuestionRelDO> rels = new ArrayList<>(questions.size());
|
||||
for (int i = 0; i < questions.size(); i++) {
|
||||
PaperQuestionRelDO rel = new PaperQuestionRelDO();
|
||||
|
|
|
|||
Loading…
Reference in New Issue