@ -709,7 +709,7 @@ public class TheoryTestServiceImpl implements TheoryTestService {
}
if (!judgeIdList.isEmpty()) {
String judgeList = String.valueOf(manyIdList).replace("[", "").replace("]", "");
stuTheoryExam.setMultipleIds(judgeList);
stuTheoryExam.setJudgeIds(judgeList);
stuTheoryExam.setSource(source);
theoryExamMapper.insert(stuTheoryExam);