修改考试中心

master
xiaoCJ 5 months ago
parent 58cf810d7c
commit 20a45e7084

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

Loading…
Cancel
Save