|
@@ -156,9 +156,6 @@ public class TeachStudentServiceImpl extends ServiceImpl<TeachStudentMapper, Tea
|
|
if (Objects.isNull(teachClazz)) {
|
|
if (Objects.isNull(teachClazz)) {
|
|
throw ExceptionResultEnum.ERROR.exception("教学班级不存在");
|
|
throw ExceptionResultEnum.ERROR.exception("教学班级不存在");
|
|
}
|
|
}
|
|
- if (!Objects.equals(teachClazz.getUserId(), requestUser.getId())) {
|
|
|
|
- throw ExceptionResultEnum.ERROR.exception("用户信息异常");
|
|
|
|
- }
|
|
|
|
|
|
|
|
List<TeachStudent> teachStudentList = new ArrayList<>();
|
|
List<TeachStudent> teachStudentList = new ArrayList<>();
|
|
if (CollectionUtils.isNotEmpty(basicExamStudentList)) {
|
|
if (CollectionUtils.isNotEmpty(basicExamStudentList)) {
|