|
@@ -138,6 +138,8 @@ public class ExamStudentServiceImpl implements ExamStudentService {
|
|
|
throw new StatusException("E-150113", "该考试已开始,不能删除");
|
|
|
}
|
|
|
examStudentRepo.deleteByExamId(examId);
|
|
|
+ examCourseRelationRepo.deleteByExamId(examId);
|
|
|
+ examPaperTypeRelationRepo.deleteByExamId(examId);
|
|
|
|
|
|
// 同步操作
|
|
|
SyncExamStudentReq req = new SyncExamStudentReq();
|