@@ -585,7 +585,7 @@ public class ExamPaperStructureServiceImpl extends ServiceImpl<ExamPaperStructur
}
// 旧结构没有答案,直接更新
if (!SystemConstant.strNotNull(dbList.get(0).getAnswer())) {
- return true;
+ return false;
List<Question> freshList = JSON.parseArray(newQuestions, Question.class);