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