dev-tmp1
luotaiqian 2026-08-18 18:25:30 +08:00
parent df2d0a4399
commit a7b7764283
1 changed files with 0 additions and 1 deletions

View File

@ -258,7 +258,6 @@ public class PaperServiceImpl extends ServiceImpl<PaperMapper, PaperDO> implemen
List<QuestionDO> questions = parseResult.getQuestions(); List<QuestionDO> questions = parseResult.getQuestions();
// 绑定试卷试题(含试题号) // 绑定试卷试题(含试题号)
LocalDateTime now = LocalDateTime.now();
List<PaperQuestionRelDO> rels = new ArrayList<>(questions.size()); List<PaperQuestionRelDO> rels = new ArrayList<>(questions.size());
for (int i = 0; i < questions.size(); i++) { for (int i = 0; i < questions.size(); i++) {
PaperQuestionRelDO rel = new PaperQuestionRelDO(); PaperQuestionRelDO rel = new PaperQuestionRelDO();