|
|
|
@ -54,6 +54,15 @@ public class TeacherOpenCourseMergeCourseInfoTree {
|
|
|
|
|
"and course_label_id = #courseLabelId# ")
|
|
|
|
|
private String courseLabelIdText;
|
|
|
|
|
|
|
|
|
|
@UpdateIgnore
|
|
|
|
|
@InsertIgnore
|
|
|
|
|
@FetchSql("SELECT * FROM " +
|
|
|
|
|
"teacher_open_course_merge_resources_info t " +
|
|
|
|
|
"WHERE 1 = 1 " +
|
|
|
|
|
"AND teacher_open_course_id = #teacherOpenCourseId# " +
|
|
|
|
|
"and t.teacher_open_course_merge_course_info_id = #teacherOpenCourseMergeCourseInfoId# ")
|
|
|
|
|
private List<TeacherOpenCourseMergeResourcesInfo> resourcesInfo;
|
|
|
|
|
|
|
|
|
|
//课程学习人数基数
|
|
|
|
|
|
|
|
|
|
private Integer courseInfoBasicsCount ;
|
|
|
|
|