修改考试中心

master
xiaoCJ
parent 58cf810d7c
commit 20a45e7084

@ -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);

Loading…
Cancel
Save