|
|
@ -131,6 +131,7 @@ public class TeacherOpenCourseNoticeController{
|
|
|
|
if (coreUser.isStudent()) {
|
|
|
|
if (coreUser.isStudent()) {
|
|
|
|
Student student = getStudent();
|
|
|
|
Student student = getStudent();
|
|
|
|
condition.setSchoolClassIds(student.getClassId().toString());
|
|
|
|
condition.setSchoolClassIds(student.getClassId().toString());
|
|
|
|
|
|
|
|
condition.setOrgId(coreUser.getOrgId());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
teacherOpenCourseNoticeService.queryByConditionQuery(page, coreUser);
|
|
|
|
teacherOpenCourseNoticeService.queryByConditionQuery(page, coreUser);
|
|
|
|
return JsonResult.success(page);
|
|
|
|
return JsonResult.success(page);
|
|
|
|