|
@@ -198,7 +198,7 @@ public class ExamApplyServiceImpl extends ServiceImpl<ExamApplyMapper, ExamApply
|
|
|
//查询学时通过情况
|
|
|
Integer countGradePeriod = baseMapper.countGradePeriod(bo);
|
|
|
if (countGradePeriod < 1){
|
|
|
- throw new CustomException("学时审核未通过或者班级有效期已过,不可以报名参加考试");
|
|
|
+ throw new CustomException("学时审核未通过,不可以报名参加考试");
|
|
|
}
|
|
|
//查询考试通过情况
|
|
|
Integer countSubscribe = baseMapper.countSubscribe(bo);
|