|
|
|
@ -78,7 +78,7 @@ public class ApiTeacherService {
|
|
|
|
|
// 我的通知
|
|
|
|
|
TeacherOpenCourseNoticeQuery teacherOpenCourseNoticeQuery = new TeacherOpenCourseNoticeQuery();
|
|
|
|
|
teacherOpenCourseNoticeQuery.setCreateByTeacherId(teacherId);
|
|
|
|
|
List<TeacherOpenCourseNotice> noticeList = teacherOpenCourseNoticeService.getValues(teacherOpenCourseNoticeQuery);
|
|
|
|
|
List<TeacherOpenCourseNotice> noticeList = teacherOpenCourseNoticeService.getValuesByQuery(teacherOpenCourseNoticeQuery);
|
|
|
|
|
|
|
|
|
|
// 我的应用由来:教师所在的院校,查询关联到的应用
|
|
|
|
|
ResourcesApplicationQuery resourcesApplicationQuery = new ResourcesApplicationQuery();
|
|
|
|
|